AMD64
Python: 3.8
Git
michal-at-travisci/justtest:.travis.yml@f030ec8
os: linux
dist: bionic
language: python
python: "3.8"
node_js:
- "15"
script:
- python --version
- node -v
Build Config
{
"language": "python",
"os": [
"linux"
],
"dist": "bionic",
"python": [
"3.8"
],
"node_js": [
"15"
],
"script": [
"python --version",
"node -v"
]
}