From c4b0a92e74a9a6b0c6cefd67f889ffb146613cd5 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sun, 30 Aug 2015 21:07:11 +0200 Subject: [PATCH] Fixes typo in travis conf --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 07473d6..c4982da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: - python setup.py install script: - - coverage run --source=django_q -m py.testsudo: false + - coverage run --source=django_q -m py.test - sphinx-build -b html -d docs/_build/doctrees -nW docs docs/_build/html after_success: