Skip to content

Commit

Permalink
This enables coveralls with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sontek committed Jan 25, 2015
1 parent 587206f commit 8ebef4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 8ebef4b

Please sign in to comment.