🔧 patch for v3.24.0 latest for python 2.7 #1
Travis CI / Travis CI - Pull Request
required action
Dec 13, 2024 in 36m 53s
Build Errored
The build errored.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #1 🔧 Update toil and slurm in the latest python2-compatible version of toil.
Any changes that have been made to the releases/3.24.x branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
16.1 | 3.5 | BOTO_CONFIG=/dev/null | Linux | failed |
16.2 | 3.6 | BOTO_CONFIG=/dev/null | Linux | failed |
16.3 | 2.7 | BOTO_CONFIG=/dev/null | Linux | errored |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Python Versions | 3.5, 3.6, 2.7 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"python": [
"3.5",
"3.6",
"2.7"
],
"install": [
"make prepare",
"make develop extras=[aws,google]"
],
"script": [
"TOIL_TEST_QUICK=True make test_offline"
],
"env": [
"jobs={:BOTO_CONFIG=>\"/dev/null\"}"
]
}
Loading