Skip to content

Commit c4f43dc

Browse files
committed
test
1 parent 0085d15 commit c4f43dc

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

testsapp/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
pytest
1+
pytest==2.9.0
2+
pytest-django==2.9.1
23
pytest-cov
34
boto
45
south

tox.ini

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tox]
22
# for py 3.x we are using only django 1.6.x as 1.5.x had only "experimental py3 support"
33
envlist =
4-
py{27,py}-dj{14,15,16,17,18},
5-
py{33,34}-dj{15,16,17,18},
4+
py{27,py}-dj{14,15,16,17,18,19},
5+
py{33,34}-dj{15,16,17,18,19},
66
py27-cov
77
skipsdist = True
88
usedevelop = True
@@ -17,17 +17,11 @@ basepython =
1717
deps =
1818
-rtestsapp/requirements.txt
1919
dj14: django>=1.4,<1.4.999
20-
dj14: pytest-django==2.9.1
2120
dj15: django>=1.5,<1.5.999
22-
dj15: pytest-django==2.9.1
2321
dj16: django>=1.6,<1.6.999
24-
dj16: pytest-django==2.9.1
2522
dj17: django>=1.7,<1.7.999
26-
dj17: pytest-django==2.9.1
2723
dj18: django>=1.8,<1.8.999
28-
dj18: pytest-django==2.9.1
2924
dj19: django>=1.9,<1.9.999
30-
dj19: pytest-django==2.9.1
3125
setenv =
3226
DJANGO_SETTINGS_MODULE = testsapp.tests_settings
3327
PYTHONPATH = {toxinidir}/testsapp:{toxinidir}

0 commit comments

Comments
 (0)