Drop Python 3.2 support.

This commit is contained in:
Bradley Ayers 2015-04-18 10:17:15 +10:00
parent 0cc39bc18a
commit 2010c38d8a
2 changed files with 1 additions and 40 deletions

View File

@ -82,7 +82,7 @@ v1.0.0
- Travis CI builds pass.
- Added Python 3.4 support.
- Added Django 1.7 and Django 1.8 support.
- Dropped Python 2.6 support.
- Dropped Python 2.6 and 3.2 support.
v0.16.0
-------

39
tox.ini
View File

@ -127,45 +127,6 @@ deps =
{[libs]for-dj15}
{[django]1.5.x}
; -- python 3.2 ---------------------------------------------------------------
[testenv:py32-dj]
basepython = python3.2
commands =
python {envbindir}/coverage run setup.py test []
deps =
{[libs]common}
{[libs]for-dj}
{[django]latest}
[testenv:py32-dj18]
basepython = python3.2
deps =
{[libs]common}
{[libs]for-dj18}
{[django]1.8.x}
[testenv:py32-dj17]
basepython = python3.2
deps =
{[libs]common}
{[libs]for-dj17}
{[django]1.7.x}
[testenv:py32-dj16]
basepython = python3.2
deps =
{[libs]common}
{[libs]for-dj16}
{[django]1.6.x}
[testenv:py32-dj15]
basepython = python3.2
deps =
{[libs]common}
{[libs]for-dj15}
{[django]1.5.x}
; -- python 2.7 ---------------------------------------------------------------
[testenv:py27-dj]