tox can now use django 1.3 rather than 1.3-rc1. Huzzah.

parent bdf4fef8
...@@ -47,21 +47,21 @@ deps= ...@@ -47,21 +47,21 @@ deps=
[testenv:py25-django13] [testenv:py25-django13]
basepython=python2.5 basepython=python2.5
deps= deps=
http://www.djangoproject.com/download/1.3-rc-1/tarball/ django==1.3
coverage==3.4 coverage==3.4
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
[testenv:py26-django13] [testenv:py26-django13]
basepython=python2.6 basepython=python2.6
deps= deps=
http://www.djangoproject.com/download/1.3-rc-1/tarball/ django==1.3
coverage==3.4 coverage==3.4
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
[testenv:py27-django13] [testenv:py27-django13]
basepython=python2.7 basepython=python2.7
deps= deps=
http://www.djangoproject.com/download/1.3-rc-1/tarball/ django==1.3
coverage==3.4 coverage==3.4
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
...@@ -73,7 +73,6 @@ commands= ...@@ -73,7 +73,6 @@ commands=
python examples/runtests.py python examples/runtests.py
deps= deps=
django==1.2.4 django==1.2.4
simplejson
coverage==3.4 coverage==3.4
wsgiref==0.1.2 wsgiref==0.1.2
Pygments==1.4 Pygments==1.4
...@@ -112,8 +111,7 @@ basepython=python2.5 ...@@ -112,8 +111,7 @@ basepython=python2.5
commands= commands=
python examples/runtests.py python examples/runtests.py
deps= deps=
http://www.djangoproject.com/download/1.3-rc-1/tarball/ django==1.3
simplejson
coverage==3.4 coverage==3.4
wsgiref==0.1.2 wsgiref==0.1.2
Pygments==1.4 Pygments==1.4
...@@ -126,7 +124,7 @@ basepython=python2.6 ...@@ -126,7 +124,7 @@ basepython=python2.6
commands= commands=
python examples/runtests.py python examples/runtests.py
deps= deps=
http://www.djangoproject.com/download/1.3-rc-1/tarball/ django==1.3
coverage==3.4 coverage==3.4
wsgiref==0.1.2 wsgiref==0.1.2
Pygments==1.4 Pygments==1.4
...@@ -139,7 +137,7 @@ basepython=python2.7 ...@@ -139,7 +137,7 @@ basepython=python2.7
commands= commands=
python examples/runtests.py python examples/runtests.py
deps= deps=
http://www.djangoproject.com/download/1.3-rc-1/tarball/ django==1.3
coverage==3.4 coverage==3.4
wsgiref==0.1.2 wsgiref==0.1.2
Pygments==1.4 Pygments==1.4
......
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