Skip to content

Commit

Permalink
Fix 1.8 test runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Jan 6, 2015
1 parent 44476bd commit aba18a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aba18a4

Please sign in to comment.