Private GIT

Skip to content
Snippets Groups Projects
Commit a3eb16be authored by echel0n's avatar echel0n
Browse files

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

parent ead2f97f
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ install:
- pip install cheetah
script:
- make test-all
- ./tests/all_tests.py
notifications:
irc: "irc.freenode.net#sickrage"
\ No newline at end of file
test-all:
@ nosetests --cover-package=sickrage --verbosity=1 --cover-erase
test-all-with-coverage:
@ nosetests --cover-package=sickrage --verbosity=1 --cover-erase --with-coverage
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment