DEV 2469 fix github action #286
Draft
Travis CI / Travis CI - Branch
succeeded
Feb 6, 2024 in 2m 10s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the feat/dev-2469-fix-github-action branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Python | OS | State |
---|---|---|---|
1049.1 | 3.5 | Linux | passed |
1049.2 | 3.6 | Linux | passed |
1049.3 | 3.7 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Python Versions | 3.5, 3.6, 3.7 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"python": [
"3.5",
"3.6",
"3.7"
],
"install": [
"pip install tox-travis"
],
"script": [
"tox"
]
}
Loading