Merge pull request #142 from pinterest/kill-26

Kill python 2.6
This commit is contained in:
Nicholas Charriere 2017-02-22 16:15:46 -08:00 committed by GitHub
commit 1db2d1e4fd
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
[tox] [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 skip_missing_interpreters = True
[testenv] [testenv]