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 5996967 commit 638b794Copy full SHA for 638b794
tox.ini
@@ -51,15 +51,15 @@ deps =
51
[testenv:py27]
52
basepython = python2.7
53
deps =
54
- Django>=1.7.0
+ Django>=1.7, <1.8
55
mock
56
jinja2
57
futures
58
59
[testenv:pypy]
60
basepython = pypy
61
62
63
64
65
@@ -68,13 +68,13 @@ deps =
68
basepython = python3.3
69
70
71
72
73
[testenv:py34]
74
basepython = python3.4
75
76
77
78
79
[testenv:docs]
80
0 commit comments