summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMark Roberts <wizzat@gmail.com>2014-04-30 18:51:02 -0700
committerMark Roberts <wizzat@gmail.com>2014-04-30 18:51:02 -0700
commit169c196bd70300d3c3c8937418833322d94cbfb5 (patch)
treeaa502d38d224fdfe529fbf5ee5a86d5960760a2e /.travis.yml
parent4d9236bd3a9c8e0353fbab43dd0a1c3de02e389b (diff)
downloadkafka-python-169c196bd70300d3c3c8937418833322d94cbfb5.tar.gz
Update travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 26e1c33..7b639d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,7 @@ before_install:
- ./build_integration.sh
install:
+ - pip install tox
- pip install .
# Deal with issue on Travis builders re: multiprocessing.Queue :(
# See https://github.com/travis-ci/travis-cookbooks/issues/155