Commit 638b7944 by Timothée Peignier

Improve tox Django dependency declaration.

parent 59969679
...@@ -51,7 +51,7 @@ deps = ...@@ -51,7 +51,7 @@ deps =
[testenv:py27] [testenv:py27]
basepython = python2.7 basepython = python2.7
deps = deps =
Django>=1.7.0 Django>=1.7, <1.8
mock mock
jinja2 jinja2
futures futures
...@@ -59,7 +59,7 @@ deps = ...@@ -59,7 +59,7 @@ deps =
[testenv:pypy] [testenv:pypy]
basepython = pypy basepython = pypy
deps = deps =
Django>=1.7.0 Django>=1.7, <1.8
mock mock
jinja2 jinja2
futures futures
...@@ -68,13 +68,13 @@ deps = ...@@ -68,13 +68,13 @@ deps =
basepython = python3.3 basepython = python3.3
deps = deps =
jinja2 jinja2
Django>=1.7.0 Django>=1.7, <1.8
[testenv:py34] [testenv:py34]
basepython = python3.4 basepython = python3.4
deps = deps =
jinja2 jinja2
Django>=1.7.0 Django>=1.7, <1.8
[testenv:docs] [testenv:docs]
basepython = python2.7 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