summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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