We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0085d15 commit c4f43dcCopy full SHA for c4f43dc
testsapp/requirements.txt
@@ -1,4 +1,5 @@
1
-pytest
+pytest==2.9.0
2
+pytest-django==2.9.1
3
pytest-cov
4
boto
5
south
tox.ini
@@ -1,8 +1,8 @@
[tox]
# for py 3.x we are using only django 1.6.x as 1.5.x had only "experimental py3 support"
envlist =
- py{27,py}-dj{14,15,16,17,18},
- py{33,34}-dj{15,16,17,18},
+ py{27,py}-dj{14,15,16,17,18,19},
+ py{33,34}-dj{15,16,17,18,19},
6
py27-cov
7
skipsdist = True
8
usedevelop = True
@@ -17,17 +17,11 @@ basepython =
17
deps =
18
-rtestsapp/requirements.txt
19
dj14: django>=1.4,<1.4.999
20
- dj14: pytest-django==2.9.1
21
dj15: django>=1.5,<1.5.999
22
- dj15: pytest-django==2.9.1
23
dj16: django>=1.6,<1.6.999
24
- dj16: pytest-django==2.9.1
25
dj17: django>=1.7,<1.7.999
26
- dj17: pytest-django==2.9.1
27
dj18: django>=1.8,<1.8.999
28
- dj18: pytest-django==2.9.1
29
dj19: django>=1.9,<1.9.999
30
- dj19: pytest-django==2.9.1
31
setenv =
32
DJANGO_SETTINGS_MODULE = testsapp.tests_settings
33
PYTHONPATH = {toxinidir}/testsapp:{toxinidir}
0 commit comments