Commit 176d5a4b by Timothée Peignier

run test against 1.6 final

parent 68646764
......@@ -44,7 +44,7 @@ deps =
[testenv:py26]
basepython = python2.6
deps =
https://www.djangoproject.com/m/releases/1.6/Django-1.6c1.tar.gz#egg=Django
Django==1.6
mock
jinja2
futures
......@@ -52,7 +52,7 @@ deps =
[testenv:py27]
basepython = python2.7
deps =
https://www.djangoproject.com/m/releases/1.6/Django-1.6c1.tar.gz#egg=Django
Django==1.6
mock
jinja2
futures
......@@ -60,7 +60,7 @@ deps =
[testenv:pypy]
basepython = pypy
deps =
https://www.djangoproject.com/m/releases/1.6/Django-1.6c1.tar.gz#egg=Django
Django==1.6
mock
jinja2
futures
......@@ -69,7 +69,7 @@ deps =
basepython = python3.3
deps =
jinja2
https://www.djangoproject.com/m/releases/1.6/Django-1.6c1.tar.gz#egg=Django
Django==1.6
[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