mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Fix 1.8 test runner.
This commit is contained in:
parent
44476bdd1d
commit
aba18a4cd8
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue