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: