More Travis CI tests

This commit is contained in:
Bastian Kleineidam 2013-12-11 07:25:36 +01:00
parent c07e4ba1f4
commit a72e012fa7

View file

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