Mislabelled 1.8 > 1.7 in tox.ini. Remove South dep

This commit is contained in:
Andy Baker 2015-07-04 10:53:12 +01:00
parent eaa3227599
commit 7f6567af39
1 changed files with 2 additions and 6 deletions

View File

@ -4,25 +4,21 @@ envlist = py27-dj17, py27-dj18, py33-dj17, py33-dj18
[testenv:py27-dj17]
basepython = python2.7
deps =
south
django==1.7.8
[testenv:py27-dj17]
[testenv:py27-dj18]
basepython = python2.7
deps =
south
django==1.8.2
[testenv:py33-dj17]
basepython = python3.3
deps =
south
django==1.7.8
[testenv:py33-dj17]
[testenv:py33-dj18]
basepython = python3.3
deps =
south
django==1.8.2
[testenv]