diff --git a/README.rst b/README.rst index 44d5be7..6f9857e 100644 --- a/README.rst +++ b/README.rst @@ -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 ------- diff --git a/tox.ini b/tox.ini index d0f3611..9d51f0f 100644 --- a/tox.ini +++ b/tox.ini @@ -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]