summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMark Roberts <wizzat@gmail.com>2014-04-30 20:34:14 -0700
committerMark Roberts <wizzat@gmail.com>2014-04-30 20:34:14 -0700
commit26ae50254baa7b70c0c92af66e8028fff781f2be (patch)
tree13262ea998e830d3477d2a307433a822c9d38ed8 /.travis.yml
parent06ab5d196aa1753b61a43a50b01f504b8850fbe6 (diff)
downloadkafka-python-26ae50254baa7b70c0c92af66e8028fff781f2be.tar.gz
Temporarily remove pypy support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 6 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 48371d2..e14bb77 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
language: python
-python: 2.7
+python:
+ - 2.6
+ - 2.7
before_install:
- git submodule update --init --recursive
@@ -14,12 +16,7 @@ install:
# See https://github.com/travis-ci/travis-cookbooks/issues/155
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
-env:
- - TOX_ENV=py26
- - TOX_ENV=py27
- - TOX_ENV=pypy
-
script:
- - tox -e $TOX_ENV
- - KAFKA_VERSION=0.8.0 tox -e $TOX_ENV
- - KAFKA_VERSION=0.8.1 tox -e $TOX_ENV
+ - tox
+ - KAFKA_VERSION=0.8.0 tox
+ - KAFKA_VERSION=0.8.1 tox