Remove old test files.

This commit is contained in:
Bastian Kleineidam 2014-03-04 22:45:35 +01:00
parent 8efb99ac03
commit 5ef84e3270

View file

@ -14,7 +14,7 @@ install:
- pip install -r requirements.txt --use-mirrors
- pip install pyftpdlib pytest-xdist --use-mirrors
# command to run tests
script: make test PYTESTOPTS="--tb=short" TESTS="tests/test_*.py tests/cache/test_*.py tests/configuration/test_*.py tests/logger/test_*.py"
script: make test PYTESTOPTS="--tb=short" TESTS="tests/test_*.py tests/configuration/test_*.py tests/logger/test_*.py"
# do not send emails of broken builds
notifications:
email: false