Kill python 2.6

This commit is contained in:
Nicholas Charriere 2017-02-22 15:24:55 -08:00
parent f8137fc4b0
commit e7edf8cbc0
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@ setup(
url='https://github.com/Pinterest/pymemcache',
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, pypy, py33, py34, py35, docs, py27-flake8, py35-flake8, integration
envlist = py27, pypy, py33, py34, py35, docs, py27-flake8, py35-flake8, integration
skip_missing_interpreters = True
[testenv]