Skip to content

Commit 4468094

Browse files
committed
run coveralls on travis
1 parent 830b434 commit 4468094

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,17 @@ install:
2828
- travis_retry pip install --upgrade pip
2929
- travis_retry pip install --upgrade nose
3030
- travis_retry pip install --upgrade setuptools
31+
- travis_retry pip install coveralls
3132
- travis_retry pip install flake8
3233
- travis_retry pip install tox>=1.9
3334
- travis_retry tox -e $(echo py$TRAVIS_PYTHON_VERSION-me$MONGOENGINE | tr -d . | sed -e 's/pypypy/pypy/') -- -e test
3435

3536
before_script:
3637
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then tox -e flake8; fi
3738

39+
after_script:
40+
- coveralls --verbose
41+
3842
script:
3943
- tox -e $(echo py$TRAVIS_PYTHON_VERSION-me$MONGOENGINE | tr -d . | sed -e 's/pypypy/pypy/') -- --with-coverage
4044

0 commit comments

Comments
 (0)