Bump tornado from 6.3.3 to 6.4.1 in /docs #287
Merged
Travis CI / Travis CI - Pull Request
succeeded
Jun 6, 2024 in 1m 43s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #287 Bump tornado from 6.3.3 to 6.4.1 in /docs.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has nine jobs, running in parallel.
Job | Python | ENV | OS | State | Notes |
---|---|---|---|---|---|
302.1 | 3.8 | Linux | passed | ||
302.2 | 3.9 | COVERAGE="true" | Linux | passed | |
302.3 | 3.10 | Linux | passed | ||
302.4 | 3.11 | Linux | passed | ||
302.5 | 3.12 | Linux | passed | ||
302.6 | pypy3.8-7.3.9 | MULTIPROCESS="true" | Linux | passed | |
302.7 | pypy3.9-7.3.9 | MULTIPROCESS="true" | Linux | passed | |
302.8 | 3.13-dev | DILL="master" | Linux | passed | This job is allowed to fail. |
302.9 | pypy3.10-7.3.15 | MULTIPROCESS="true" | Linux | failed | This job is allowed to fail. |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Jammy) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "jammy",
"cache": {
"pip": true
},
"before_install": [
"set -e",
"if [[ $COVERAGE == \"true\" ]]; then pip install coverage; fi",
"if [[ $DILL == \"master\" ]]; then pip install \"https://github.com/uqfoundation/dill/archive/master.tar.gz\"; fi",
"if [[ $MULTIPROCESS == \"true\" ]]; then pip install multiprocess --no-binary multiprocess; fi"
],
"install": [
"python -m pip install ."
],
"script": [
"for test in pathos/tests/__init__.py; do echo $test ; if [[ $COVERAGE == \"true\" ]]; then coverage run -a $test > /dev/null; else python $test > /dev/null; fi ; done",
"for test in pathos/tests/test_*.py; do echo $test ; if [[ $COVERAGE == \"true\" ]]; then coverage run -a $test > /dev/null; else python $test > /dev/null; fi ; done"
],
"after_success": [
"if [[ $COVERAGE == \"true\" ]]; then bash <(curl -s https://codecov.io/bash); else echo ''; fi",
"if [[ $COVERAGE == \"true\" ]]; then coverage report; fi"
],
"jobs": {
"include": [
{
"python": "3.8",
"env": [
{
}
]
},
{
"python": "3.9",
"env": [
{
"COVERAGE": "\"true\""
}
]
},
{
"python": "3.10",
"env": [
{
}
]
},
{
"python": "3.11",
"env": [
{
}
]
},
{
"python": "3.12",
"env": [
{
}
]
},
{
"python": "3.13-dev",
"env": [
{
"DILL": "\"master\""
}
]
},
{
"python": "pypy3.8-7.3.9",
"env": [
{
"MULTIPROCESS": "\"true\""
}
]
},
{
"python": "pypy3.9-7.3.9",
"env": [
{
"MULTIPROCESS": "\"true\""
}
]
},
{
"python": "pypy3.10-7.3.15",
"env": [
{
"MULTIPROCESS": "\"true\""
}
]
}
],
"allow_failures": [
{
"python": "3.13-dev"
},
{
"python": "pypy3.10-7.3.15"
}
],
"fast_finish": true
}
}
Loading