Merge pull request #41 from PetrDlouhy/feature/coveralls

report coverate to Coveralls
This commit is contained in:
anarcat 2017-02-14 10:16:08 -05:00 committed by GitHub
commit a48d37f1b6
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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