Commit 49d651b2 by Timothée Peignier

test against django 1.5b1

parent f33292d8
......@@ -38,7 +38,7 @@ deps =
[testenv:py26]
basepython = python2.6
deps =
https://www.djangoproject.com/download/1.5a1/tarball/
https://www.djangoproject.com/download/1.5b1/tarball/
mock
unittest2
jinja2
......@@ -46,7 +46,7 @@ deps =
[testenv:py27]
basepython = python2.7
deps =
https://www.djangoproject.com/download/1.5a1/tarball/
https://www.djangoproject.com/download/1.5b1/tarball/
mock
unittest2
jinja2
......@@ -54,7 +54,7 @@ deps =
[testenv:pypy]
basepython = pypy
deps =
https://www.djangoproject.com/download/1.5a1/tarball/
https://www.djangoproject.com/download/1.5b1/tarball/
mock
unittest2
jinja2
......@@ -63,7 +63,7 @@ deps =
basepython = python3.3
deps =
jinja2
https://www.djangoproject.com/download/1.5a1/tarball/
https://www.djangoproject.com/download/1.5b1/tarball/
[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