diff --git a/.travis.yml b/.travis.yml index 20f942b7..a5196081 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,8 @@ install: script: - "coverage run tests.py" - "coverage xml -o coverage.xml" +after_success: + - "coveralls" - "if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then python-codacy-coverage -r coverage.xml; fi" diff --git a/build_requirements.txt b/build_requirements.txt index 35a0868f..ff4cee22 100644 --- a/build_requirements.txt +++ b/build_requirements.txt @@ -1,3 +1,4 @@ twine==1.8.1 coverage==4.4.1 +coveralls==1.2.0 codacy-coverage==1.3.3