summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2019-03-12 20:54:40 -0700
committerDana Powers <dana.powers@gmail.com>2019-03-12 20:54:40 -0700
commit7dbc583a5ffa97ebac9a7295349828fb94f9621c (patch)
tree22595ed3d631452d2ed3811c528432760024a0ca
parent872b0fd69b241c40b4ad8a6d1ca9f56deaa316e5 (diff)
downloadkafka-python-7dbc583a5ffa97ebac9a7295349828fb94f9621c.tar.gz
Fix pypy travis install for xenial
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 06c964f..54a49d4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ python:
- 2.7
- 3.4
- 3.7
- - pypy
+ - pypy2.7
env:
- KAFKA_VERSION=0.8.2.2
@@ -35,7 +35,7 @@ install:
- pip install .
script:
- - tox -e `if [ "$TRAVIS_PYTHON_VERSION" == "pypy" ]; then echo pypy; else echo py${TRAVIS_PYTHON_VERSION/./}; fi`
+ - tox -e `if [ "$TRAVIS_PYTHON_VERSION" == "pypy2.7" ]; then echo pypy; else echo py${TRAVIS_PYTHON_VERSION/./}; fi`
after_success:
- coveralls