Fix 1.8 test runner.

This commit is contained in:
Jannis Leidel 2015-01-06 23:15:57 +01:00
parent 44476bdd1d
commit aba18a4cd8

View file

@ -36,7 +36,7 @@ deps =
coverage: coverage
commands =
python manage.py test -v2 {posargs:tests} --failfast
python manage.py test -v2 {posargs:tests}
[testenv:flake8-py27]
commands = flake8 configurations --ignore=E501,E127,E128,E124