Skip to content

Commit e4f808f

Browse files
feat(tests): add Python 3.8 and remove Python 3.6 from the testing suite (#611)
Test Kazoo with CPython 2.7, CPython 3.7 and CPython 3.8. Deploy new Kazoo version only on CPython 3.8 job success.
1 parent 6b6ffe6 commit e4f808f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@ matrix:
2929
env: ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py27-eventlet
3030
- python: '2.7'
3131
env: ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py27-eventlet
32-
- python: '3.6'
33-
env: ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py36
34-
- python: '3.6'
35-
env: ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py36-sasl
36-
- python: '3.6'
37-
env: ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py36
38-
- python: '3.6'
39-
env: ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py36-sasl
4032
- python: '3.7'
4133
env: ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py37
4234
- python: '3.7'
4335
env: ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py37-sasl
4436
- python: '3.7'
45-
env: ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py37 DEPLOY=true
37+
env: ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py37
4638
- python: '3.7'
4739
env: ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py37-sasl
40+
- python: '3.8'
41+
env: ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py38
42+
- python: '3.8'
43+
env: ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py38-sasl
44+
- python: '3.8'
45+
env: ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py38 DEPLOY=true
46+
- python: '3.8'
47+
env: ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py38-sasl
4848
- python: pypy
4949
env: ZOOKEEPER_VERSION=3.4.14 TOX_VENV=pypy
5050
- python: 'pypy'

0 commit comments

Comments
 (0)