From e7edf8cbc04b2bfad279387e754a0c8f84c2c70b Mon Sep 17 00:00:00 2001 From: Nicholas Charriere Date: Wed, 22 Feb 2017 15:24:55 -0800 Subject: [PATCH] Kill python 2.6 --- setup.py | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 527bb7e..003cc6f 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/tox.ini b/tox.ini index eb1d81a..e1542b8 100644 --- a/tox.ini +++ b/tox.ini @@ -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]