File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
pytest
2
- pytest-django
3
2
pytest-cov
4
3
boto
5
- south
4
+ south
Original file line number Diff line number Diff line change @@ -17,11 +17,17 @@ basepython =
17
17
deps =
18
18
-rtestsapp/requirements.txt
19
19
dj14: django>=1.4,<1.4.999
20
+ dj14: pytest-django ==2.9.1
20
21
dj15: django>=1.5,<1.5.999
22
+ dj15: pytest-django ==2.9.1
21
23
dj16: django>=1.6,<1.6.999
24
+ dj16: pytest-django ==2.9.1
22
25
dj17: django>=1.7,<1.7.999
26
+ dj17: pytest-django ==2.9.1
23
27
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
25
31
setenv =
26
32
DJANGO_SETTINGS_MODULE = testsapp.tests_settings
27
33
PYTHONPATH = {toxinidir}/testsapp:{toxinidir}
You can’t perform that action at this time.
0 commit comments