Trying to get coverage to run with py.test on travis.

This commit is contained in:
Ilan Steemers
2015-06-30 13:38:19 +02:00
parent c4b80c4b65
commit 96caedfa0c
+1 -1
View File
@@ -18,7 +18,7 @@ install:
- python setup.py install
script:
- coverage run --source=django_q setup.py test
- coverage run --source=django_q -m py.test
after_success:
- coveralls