PYTHON-1385: Remove nosetests references from AppVeyor build #1209
Travis CI / Travis CI - Branch
succeeded
May 9, 2024 in 13m 7s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the python1385 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 | ENV | OS | State |
---|---|---|---|---|
3.8 | CASS_DRIVER_NO_CYTHON=1 | Linux | passed | |
3.9 | CASS_DRIVER_NO_CYTHON=1 | Linux | passed | |
3.10 | CASS_DRIVER_NO_CYTHON=1 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Jammy) |
Python Versions | 3.8, 3.9, 3.10 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "jammy",
"sudo": false,
"python": [
"3.8",
"3.9",
"3.10"
],
"env": [
"jobs={:CASS_DRIVER_NO_CYTHON=>\"1\"}"
],
"addons": {
"apt": {
"packages": [
"build-essential",
"python3-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