Skip to content

Commit

Permalink
report coverage to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Jan 26, 2017
1 parent 21bc042 commit 2b9dafa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ addons:
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install pyftpdlib pytest-xdist
- pip install pyftpdlib pytest-xdist pytest-cov coveralls
# command to run tests
script: make test PYTESTOPTS="--tb=short" TESTS="tests/test_*.py tests/configuration/test_*.py tests/logger/test_*.py tests/cache/test_*.py tests/checker/test_httpbin.py"
- make test PYTESTOPTS="--tb=short --cov=linkcheck" TESTS="tests/test_*.py tests/configuration/test_*.py tests/logger/test_*.py tests/cache/test_*.py tests/checker/test_httpbin.py"
# do not send emails of broken builds
notifications:
email: false
after_script:
- coveralls

0 comments on commit 2b9dafa

Please sign in to comment.