diff --git a/tox.ini b/tox.ini index 54a36eae..2c0f7240 100644 --- a/tox.ini +++ b/tox.ini @@ -15,6 +15,7 @@ setenv = DJANGO_SETTINGS_MODULE=settings commands = {envpython} -Wall tests/manage.py test {posargs} + {envpython} tests/manage.py celery [testenv:flake8] basepython = python2.7