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:
16
16
env : DJANGO_VERSION=1.4.10
17
17
install :
18
18
- pip install -e .
19
- - pip install Django==$DJANGO_VERSION sqlparse django-discover-runner
19
+ - pip install Django==$DJANGO_VERSION django-discover-runner sqlparse
20
20
script : make test
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ sqlparse
10
10
# Testing
11
11
12
12
coverage
13
+ django-discover-runner
13
14
flake8
14
15
selenium
15
16
tox
16
- django-discover-runner
17
17
18
18
# Documentation
19
19
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ envlist =
15
15
[testenv]
16
16
commands = make test
17
17
deps =
18
+ django-discover-runner
18
19
selenium
19
20
sqlparse
20
- django-discover-runner
21
21
setenv =
22
22
PYTHONPATH = {toxinidir}
23
23
whitelist_externals = make
You can’t perform that action at this time.
0 commit comments