From aba18a4cd838d905a13a53f377a53373e9dea5d3 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 6 Jan 2015 23:15:57 +0100 Subject: [PATCH] Fix 1.8 test runner. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ffb209f..4826948 100644 --- a/tox.ini +++ b/tox.ini @@ -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