Skip to content

Commit

Permalink
Add coveralls to build
Browse files Browse the repository at this point in the history
  • Loading branch information
wkoot committed Oct 9, 2017
1 parent a8549a6 commit deb5882
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
twine==1.8.1
coverage==4.4.1
coveralls==1.2.0
codacy-coverage==1.3.3

0 comments on commit deb5882

Please sign in to comment.