Skip to content

Commit

Permalink
removing testing of django1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed May 16, 2012
1 parent 42e001f commit 3d19117
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions tox.ini
@@ -1,6 +1,5 @@
[tox]
envlist = py25,py26,py27,
py25-prev,py26-prev,py27-prev,
py26-trunk,py27-trunk

[testenv]
Expand All @@ -9,27 +8,6 @@ deps = PIL >= 1.1.6
commands =
django-admin.py test zinnia --settings=zinnia.testsettings

[testenv:py25-prev]
basepython = python2.5
deps = PIL >= 1.1.6
Django == 1.3.1
commands =
django-admin.py test zinnia --settings=zinnia.testsettings

[testenv:py26-prev]
basepython = python2.6
deps = PIL >= 1.1.6
Django == 1.3.1
commands =
django-admin.py test zinnia --settings=zinnia.testsettings

[testenv:py27-prev]
basepython = python2.7
deps = PIL >= 1.1.6
Django == 1.3.1
commands =
django-admin.py test zinnia --settings=zinnia.testsettings

[testenv:py26-trunk]
basepython = python2.6
deps = PIL >= 1.1.6
Expand Down

0 comments on commit 3d19117

Please sign in to comment.