Skip to content

Commit 80caa0a

Browse files
committed
Alphabetical ordering :)
1 parent 5360a2b commit 80caa0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ matrix:
1616
env: DJANGO_VERSION=1.4.10
1717
install:
1818
- pip install -e .
19-
- pip install Django==$DJANGO_VERSION sqlparse django-discover-runner
19+
- pip install Django==$DJANGO_VERSION django-discover-runner sqlparse
2020
script: make test

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ sqlparse
1010
# Testing
1111

1212
coverage
13+
django-discover-runner
1314
flake8
1415
selenium
1516
tox
16-
django-discover-runner
1717

1818
# Documentation
1919

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ envlist =
1515
[testenv]
1616
commands = make test
1717
deps =
18+
django-discover-runner
1819
selenium
1920
sqlparse
20-
django-discover-runner
2121
setenv =
2222
PYTHONPATH = {toxinidir}
2323
whitelist_externals = make

0 commit comments

Comments
 (0)