Commit d8828966 by Timothée Peignier

update tox.ini

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