tox: Remove py32-django-master and py33-django-master (py35 can be added later when that is released), as Django will no longer support them upstream:

https://docs.djangoproject.com/en/1.8/faq/install/#what-python-version-can-i-use-with-django
This commit is contained in:
Peter Schmidt 2015-08-13 15:30:07 +10:00
parent 57eadc2a03
commit c8ab738630
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
[tox]
args_are_paths = false
envlist = {py27,py32,py33,py34}-django-{17,18,master}
envlist =
{py27,py34}-django-{17,18,master}
{py32,py33}-django-{17,18}
[testenv]
basepython =