From 8ebef4b256d2bf4a99bf07a8d409262c13732953 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Sat, 24 Jan 2015 16:37:42 -0800 Subject: [PATCH] This enables coveralls with travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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