Commit d8828966 by Timothée Peignier

update tox.ini

parent b33d1f54
......@@ -17,7 +17,7 @@ basepython = python2.5
deps =
Django==1.2.4
mock
https://github.com/jezdez/django-staticfiles/zipball/master
django-staticfiles==1.2.1
unittest2
[testenv:py26-1.2.X]
......@@ -25,7 +25,7 @@ basepython = python2.6
deps =
Django==1.2.4
mock
https://github.com/jezdez/django-staticfiles/zipball/master
django-staticfiles==1.2.1
unittest2
[testenv:py27-1.2.X]
......@@ -33,7 +33,7 @@ basepython = python2.7
deps =
Django==1.2.4
mock
https://github.com/jezdez/django-staticfiles/zipball/master
django-staticfiles==1.2.1
unittest2
[testenv:py25-1.3.X]
......@@ -41,7 +41,7 @@ basepython = python2.5
deps =
Django==1.3.1
mock
https://github.com/jezdez/django-staticfiles/zipball/master
django-staticfiles==1.2.1
unittest2
[testenv:py26-1.3.X]
......@@ -49,7 +49,7 @@ basepython = python2.6
deps =
Django==1.3.1
mock
https://github.com/jezdez/django-staticfiles/zipball/master
django-staticfiles==1.2.1
unittest2
[testenv:py27-1.3.X]
......@@ -57,39 +57,39 @@ basepython = python2.7
deps =
Django==1.3.1
mock
https://github.com/jezdez/django-staticfiles/zipball/master
django-staticfiles==1.2.1
unittest2
[testenv:py25]
basepython = python2.5
deps =
https://github.com/django/django/zipball/master
Django==1.4
mock
django-staticfiles
django-staticfiles==1.2.1
unittest2
[testenv:py26]
basepython = python2.6
deps =
https://github.com/django/django/zipball/master
Django==1.4
mock
https://github.com/jezdez/django-staticfiles/zipball/master
django-staticfiles==1.2.1
unittest2
[testenv:py27]
basepython = python2.7
deps =
https://github.com/django/django/zipball/master
Django==1.4
mock
https://github.com/jezdez/django-staticfiles/zipball/master
django-staticfiles==1.2.1
unittest2
[testenv:pypy]
basepython = pypy
deps =
https://github.com/django/django/zipball/master
Django==1.4
mock
https://github.com/jezdez/django-staticfiles/zipball/master
django-staticfiles==1.2.1
unittest2
[testenv: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 to comment