diff options
| author | Nicholas Charriere <nicholas@pinterest.com> | 2017-02-22 15:24:55 -0800 |
|---|---|---|
| committer | Nicholas Charriere <nicholas@pinterest.com> | 2017-02-22 15:24:55 -0800 |
| commit | e7edf8cbc04b2bfad279387e754a0c8f84c2c70b (patch) | |
| tree | c827e572559b6186c05a4715dd50178c917c567c | |
| parent | f8137fc4b0d0d5f2fee8b81f5d744e14f9d8dd2e (diff) | |
| download | pymemcache-kill-26.tar.gz | |
Kill python 2.6kill-26
| -rw-r--r-- | setup.py | 1 | ||||
| -rw-r--r-- | tox.ini | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -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', @@ -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] |
