Skip to content

Commit 0085d15

Browse files
committed
test
1 parent 7e030ae commit 0085d15

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

testsapp/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
pytest
2-
pytest-django
32
pytest-cov
43
boto
5-
south
4+
south

tox.ini

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,17 @@ basepython =
1717
deps =
1818
-rtestsapp/requirements.txt
1919
dj14: django>=1.4,<1.4.999
20+
dj14: pytest-django==2.9.1
2021
dj15: django>=1.5,<1.5.999
22+
dj15: pytest-django==2.9.1
2123
dj16: django>=1.6,<1.6.999
24+
dj16: pytest-django==2.9.1
2225
dj17: django>=1.7,<1.7.999
26+
dj17: pytest-django==2.9.1
2327
dj18: django>=1.8,<1.8.999
24-
dj19: https://github.com/django/django/archive/master.tar.gz#egg=django
28+
dj18: pytest-django==2.9.1
29+
dj19: django>=1.9,<1.9.999
30+
dj19: pytest-django==2.9.1
2531
setenv =
2632
DJANGO_SETTINGS_MODULE = testsapp.tests_settings
2733
PYTHONPATH = {toxinidir}/testsapp:{toxinidir}

0 commit comments

Comments
 (0)