mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-27 01:24:42 +00:00
More Travis CI tests
This commit is contained in:
parent
c07e4ba1f4
commit
a72e012fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ before_install:
|
|||
install:
|
||||
- pip install -r requirements.txt --use-mirrors
|
||||
# command to run tests
|
||||
script: make test PYTESTOPTS="--tb=short" TESTS="tests/test_network.py tests/test_strformat.py"
|
||||
script: make test PYTESTOPTS="--tb=short" TESTS="tests/test_cgi.py tests/test_clamav.py tests/test_console.py tests/test_network.py tests/test_strformat.py"
|
||||
# do not send emails of broken builds
|
||||
notifications:
|
||||
email: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue