File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ matrix:
1616 env : DJANGO_VERSION=1.4.10
1717install :
1818 - pip install -e .
19- - pip install Django==$DJANGO_VERSION sqlparse django-discover-runner
19+ - pip install Django==$DJANGO_VERSION django-discover-runner sqlparse
2020script : make test
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ sqlparse
1010# Testing
1111
1212coverage
13+ django-discover-runner
1314flake8
1415selenium
1516tox
16- django-discover-runner
1717
1818# Documentation
1919
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ envlist =
1515[testenv]
1616commands = make test
1717deps =
18+ django-discover-runner
1819 selenium
1920 sqlparse
20- django-discover-runner
2121setenv =
2222 PYTHONPATH = {toxinidir}
2323whitelist_externals = make
You can’t perform that action at this time.
0 commit comments