Skip to content

Commit

Permalink
report coverate to Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Feb 14, 2017
1 parent bf66006 commit 271c592
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ branches:
- master
# command to install dependencies
install:
- pip install tox-travis
- pip install tox-travis coveralls
# command to run tests
script:
- tox
# do not send emails of broken builds
notifications:
email: false
after_script:
- coveralls
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ deps =
-rrequirements.txt
pyftpdlib
pytest-xdist
pytest-cov
commands =
py.test {posargs:--tb=short tests}
py.test {posargs:--tb=short --cov=linkcheck tests}
setenv =
LC_ALL=en_US.utf-8

0 comments on commit 271c592

Please sign in to comment.