Skip to content

Commit 202b137

Browse files
committed
Merge pull request dpkp#307 from sontek/enable_coveralls
This enables coveralls with travis
2 parents fa41ec6 + 8ebef4b commit 202b137

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_install:
1818
- ./build_integration.sh
1919

2020
install:
21-
- pip install tox
21+
- pip install tox coveralls
2222
- pip install .
2323
# Deal with issue on Travis builders re: multiprocessing.Queue :(
2424
# See https://github.com/travis-ci/travis-cookbooks/issues/155
@@ -38,3 +38,6 @@ deploy:
3838

3939
script:
4040
- 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
41+
42+
after_success:
43+
- coveralls

0 commit comments

Comments
 (0)