We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa41ec6 + 8ebef4b commit 202b137Copy full SHA for 202b137
.travis.yml
@@ -18,7 +18,7 @@ before_install:
18
- ./build_integration.sh
19
20
install:
21
- - pip install tox
+ - pip install tox coveralls
22
- pip install .
23
# Deal with issue on Travis builders re: multiprocessing.Queue :(
24
# See https://github.com/travis-ci/travis-cookbooks/issues/155
@@ -38,3 +38,6 @@ deploy:
38
39
script:
40
- 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