Fixes to stabilize asyncioreactor for multiple versions of python #1189
Travis CI / Travis CI - Pull Request
succeeded
Nov 13, 2023 in 7m 10s
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 #1189 Fixes to stabilize asyncioreactor for multiple versions of python.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
7128.1 | 3.7 | CASS_DRIVER_NO_CYTHON=1 | Linux | passed |
7128.2 | 3.8 | CASS_DRIVER_NO_CYTHON=1 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Python Versions | 3.7, 3.8 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"sudo": false,
"python": [
"3.7",
"3.8"
],
"env": [
"jobs={:CASS_DRIVER_NO_CYTHON=>\"1\"}"
],
"addons": {
"apt": {
"packages": [
"build-essential",
"python-dev",
"pypy-dev",
"libc-ares-dev",
"libev4",
"libev-dev"
]
}
},
"install": [
"pip install --upgrade setuptools importlib-metadata",
"pip install tox-travis",
"if [[ $TRAVIS_PYTHON_VERSION != pypy3.5 ]]; then pip install lz4; fi"
],
"script": [
"tox",
"tox -e gevent_loop",
"tox -e eventlet_loop"
]
}
Loading