summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2019-03-12 21:08:24 -0700
committerDana Powers <dana.powers@gmail.com>2019-03-12 21:08:24 -0700
commita83c4d07284f913a25d8a9538a332cec69a881ec (patch)
tree46266b4cda8202d903bd6a19e64fe88c39787eac
parentec7464d9da65f01faaf9e84f79d42834957e3979 (diff)
downloadkafka-python-a83c4d07284f913a25d8a9538a332cec69a881ec.tar.gz
Maybe pypy2.7-6.0 ?
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 54a49d4..cdb9339 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ python:
- 2.7
- 3.4
- 3.7
- - pypy2.7
+ - pypy2.7-6.0
env:
- KAFKA_VERSION=0.8.2.2
@@ -35,7 +35,7 @@ install:
- pip install .
script:
- - tox -e `if [ "$TRAVIS_PYTHON_VERSION" == "pypy2.7" ]; then echo pypy; else echo py${TRAVIS_PYTHON_VERSION/./}; fi`
+ - tox -e `if [ "$TRAVIS_PYTHON_VERSION" == "pypy2.7-6.0" ]; then echo pypy; else echo py${TRAVIS_PYTHON_VERSION/./}; fi`
after_success:
- coveralls