This is an automated email from the ASF dual-hosted git repository.
absurdfarce pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-python-driver.git
The following commit(s) were added to refs/heads/master by this push:
new 7596cc98 Removing interface to Travis CI (#1261)
7596cc98 is described below
commit 7596cc98cd4454baa2fedefb294b15cbc0a9f4b9
Author: Bret McGuire <[email protected]>
AuthorDate: Thu Dec 4 14:42:50 2025 -0600
Removing interface to Travis CI (#1261)
Patch by Bret McGuire; reviewed by Andy Tolbert and Bret McGuire
reference: https://github.com/apache/cassandra-python-driver/pull/1261
---
.travis.yml | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 85939458..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-dist: jammy
-sudo: false
-
-language: python
-python:
- - "3.8"
- - "3.9"
- - "3.10"
- - "3.11"
-
-env:
- - 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]