Commit 176d5a4b by Timothée Peignier

run test against 1.6 final

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