mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-18 11:31:06 +00:00
Merge pull request #41 from PetrDlouhy/feature/coveralls
report coverate to Coveralls
This commit is contained in:
commit
a48d37f1b6
2 changed files with 5 additions and 2 deletions
|
|
@ -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
tox.ini
3
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue