Commit 6088946b by Timothée Peignier

update django versions

parent 09eab6c3
......@@ -14,7 +14,7 @@ commands =
[testenv:py26-1.5.X]
basepython = python2.6
deps =
Django==1.5.1
Django==1.5.5
mock
jinja2
futures
......@@ -22,7 +22,7 @@ deps =
[testenv:py27-1.5.X]
basepython = python2.7
deps =
Django==1.5.1
Django==1.5.5
mock
jinja2
futures
......@@ -30,7 +30,7 @@ deps =
[testenv:pypy-1.5.X]
basepython = pypy
deps =
Django==1.5.1
Django==1.5.5
mock
jinja2
futures
......@@ -39,12 +39,12 @@ deps =
basepython = python3.3
deps =
jinja2
Django==1.5.1
Django==1.5.5
[testenv:py26]
basepython = python2.6
deps =
git+git://github.com/django/django.git@stable/1.6.x#egg=Django
https://www.djangoproject.com/m/releases/1.6/Django-1.6c1.tar.gz#egg=Django
mock
jinja2
futures
......@@ -52,7 +52,7 @@ deps =
[testenv:py27]
basepython = python2.7
deps =
git+git://github.com/django/django.git@stable/1.6.x#egg=Django
https://www.djangoproject.com/m/releases/1.6/Django-1.6c1.tar.gz#egg=Django
mock
jinja2
futures
......@@ -60,7 +60,7 @@ deps =
[testenv:pypy]
basepython = pypy
deps =
git+git://github.com/django/django.git@stable/1.6.x#egg=Django
https://www.djangoproject.com/m/releases/1.6/Django-1.6c1.tar.gz#egg=Django
mock
jinja2
futures
......@@ -69,7 +69,7 @@ deps =
basepython = python3.3
deps =
jinja2
git+git://github.com/django/django.git@stable/1.6.x#egg=Django
https://www.djangoproject.com/m/releases/1.6/Django-1.6c1.tar.gz#egg=Django
[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