From 96caedfa0c92cd2d29c3394d357fd715b5840c03 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Tue, 30 Jun 2015 13:38:19 +0200 Subject: [PATCH] Trying to get coverage to run with py.test on travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7575376..f9d3708 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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