summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2015-02-03 13:35:54 -0800
committerDana Powers <dana.powers@gmail.com>2015-02-03 13:35:54 -0800
commit202b1370698cbe26c6b22d983776e7447860bf7c (patch)
tree4b629c901e7018e7926d3bb3eb31cf8be31b8610
parentfa41ec6da70a3cbcfdd17720f35d692d7708bed9 (diff)
parent8ebef4b256d2bf4a99bf07a8d409262c13732953 (diff)
downloadkafka-python-202b1370698cbe26c6b22d983776e7447860bf7c.tar.gz
Merge pull request #307 from sontek/enable_coveralls
This enables coveralls with travis
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f4fc66b..1c90068 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ before_install:
- ./build_integration.sh
install:
- - pip install tox
+ - pip install tox coveralls
- pip install .
# Deal with issue on Travis builders re: multiprocessing.Queue :(
# See https://github.com/travis-ci/travis-cookbooks/issues/155
@@ -38,3 +38,6 @@ deploy:
script:
- if [ -n "$UNIT_AND_LINT_ONLY" ]; then tox -e lint,`./travis_selector.sh $TRAVIS_PYTHON_VERSION`; else tox -e `./travis_selector.sh $TRAVIS_PYTHON_VERSION`; fi
+
+after_success:
+ - coveralls