1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Switched back to original travis-ci tests and disabled multi-threaded db tests

This commit is contained in:
echel0n 2014-12-13 16:10:18 -08:00
parent ead2f97f78
commit a3eb16be8e
2 changed files with 1 additions and 6 deletions

View File

@ -11,7 +11,7 @@ install:
- pip install cheetah
script:
- make test-all
- ./tests/all_tests.py
notifications:
irc: "irc.freenode.net#sickrage"

View File

@ -1,5 +0,0 @@
test-all:
@ nosetests --cover-package=sickrage --verbosity=1 --cover-erase
test-all-with-coverage:
@ nosetests --cover-package=sickrage --verbosity=1 --cover-erase --with-coverage