Commit f301619f by Timothée Peignier

test against Django 1.7

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