Kill python 2.6
This commit is contained in:
parent
f8137fc4b0
commit
e7edf8cbc0
1
setup.py
1
setup.py
@ -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',
|
||||||
|
2
tox.ini
2
tox.ini
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user