Commit f301619f by Timothée Peignier

test against Django 1.7

parent 556dfc46
...@@ -51,7 +51,7 @@ deps = ...@@ -51,7 +51,7 @@ deps =
[testenv:py27] [testenv:py27]
basepython = python2.7 basepython = python2.7
deps = deps =
https://www.djangoproject.com/m/releases/1.7/Django-1.7c1.tar.gz#egg=Django Django>=1.7.0
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 =
https://www.djangoproject.com/m/releases/1.7/Django-1.7c1.tar.gz#egg=Django Django>=1.7.0
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
https://www.djangoproject.com/m/releases/1.7/Django-1.7c1.tar.gz#egg=Django Django>=1.7.0
[testenv:py34] [testenv:py34]
basepython = python3.4 basepython = python3.4
deps = deps =
jinja2 jinja2
https://www.djangoproject.com/m/releases/1.7/Django-1.7c1.tar.gz#egg=Django Django>=1.7.0
[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