Commit 51f09889 by Alex Gaynor

Test with Django 1.3 rc1.

parent 6c6936ef
...@@ -13,27 +13,27 @@ deps = ...@@ -13,27 +13,27 @@ deps =
[testenv:py24-trunk] [testenv:py24-trunk]
basepython = python2.4 basepython = python2.4
deps = deps =
http://www.djangoproject.com/download/1.3-beta-1/tarball/ http://www.djangoproject.com/download/1.3-rc-1/tarball/
[testenv:py25-trunk] [testenv:py25-trunk]
basepython = python2.5 basepython = python2.5
deps = deps =
http://www.djangoproject.com/download/1.3-beta-1/tarball/ http://www.djangoproject.com/download/1.3-rc-1/tarball/
[testenv:py26-trunk] [testenv:py26-trunk]
basepython = python2.6 basepython = python2.6
deps = deps =
http://www.djangoproject.com/download/1.3-beta-1/tarball/ http://www.djangoproject.com/download/1.3-rc-1/tarball/
[testenv:py27-trunk] [testenv:py27-trunk]
basepython = python2.7 basepython = python2.7
deps = deps =
http://www.djangoproject.com/download/1.3-beta-1/tarball/ http://www.djangoproject.com/download/1.3-rc-1/tarball/
[testenv:pypy-trunk] [testenv:pypy-trunk]
basepython = pypy basepython = pypy
deps = deps =
http://www.djangoproject.com/download/1.3-beta-1/tarball/ http://www.djangoproject.com/download/1.3-rc-1/tarball/
[testenv:docs] [testenv:docs]
changedir = docs changedir = docs
......
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 sign in to comment