summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Sorriaux <stephen.sorriaux@gmail.com>2020-05-09 10:57:29 +0000
committerStephen Sorriaux <stephen.sorriaux@gmail.com>2020-05-18 16:22:26 +0000
commitbd9075b237cb49128535c951dc5e9101ccdc4774 (patch)
tree9f9551b9da3834cde76858b9d482f46c62f7a40b
parent6b6ffe62a073d1ed5413c65c2d8ec94ea2fa1760 (diff)
downloadkazoo-feat/python-38-tests.tar.gz
feat(tests): add Python 3.8 and remove Python 3.6 from the testing suitefeat/python-38-tests
Test Kazoo with CPython 2.7, CPython 3.7 and CPython 3.8. Deploy new Kazoo version only on CPython 3.8 job success.
-rw-r--r--.travis.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index c5fa0e8..06aadee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,22 +29,22 @@ matrix:
env: ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py27-eventlet
- python: '2.7'
env: ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py27-eventlet
- - python: '3.6'
- env: ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py36
- - python: '3.6'
- env: ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py36-sasl
- - python: '3.6'
- env: ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py36
- - python: '3.6'
- env: ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py36-sasl
- python: '3.7'
env: ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py37
- python: '3.7'
env: ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py37-sasl
- python: '3.7'
- env: ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py37 DEPLOY=true
+ env: ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py37
- python: '3.7'
env: ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py37-sasl
+ - python: '3.8'
+ env: ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py38
+ - python: '3.8'
+ env: ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py38-sasl
+ - python: '3.8'
+ env: ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py38 DEPLOY=true
+ - python: '3.8'
+ env: ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py38-sasl
- python: pypy
env: ZOOKEEPER_VERSION=3.4.14 TOX_VENV=pypy
- python: 'pypy'