Commit 638b7944 by Timothée Peignier

Improve tox Django dependency declaration.

parent 59969679
......@@ -51,7 +51,7 @@ deps =
[testenv:py27]
basepython = python2.7
deps =
Django>=1.7.0
Django>=1.7, <1.8
mock
jinja2
futures
......@@ -59,7 +59,7 @@ deps =
[testenv:pypy]
basepython = pypy
deps =
Django>=1.7.0
Django>=1.7, <1.8
mock
jinja2
futures
......@@ -68,13 +68,13 @@ deps =
basepython = python3.3
deps =
jinja2
Django>=1.7.0
Django>=1.7, <1.8
[testenv:py34]
basepython = python3.4
deps =
jinja2
Django>=1.7.0
Django>=1.7, <1.8
[testenv:docs]
basepython = python2.7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment