Merge pull request #902 from docker/py32_deprecation

Drop support for python 3.2
This commit is contained in:
Aanand Prasad 2016-01-21 11:35:52 +00:00
commit afc64d3b5c
3 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,6 @@ python:
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py32
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=flake8

View File

@ -39,7 +39,6 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Utilities',

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py32, py33, py34, flake8
envlist = py26, py27, py33, py34, flake8
skipsdist=True
[testenv]