Skip to content

Commit

Permalink
Kill python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Charriere committed Feb 22, 2017
1 parent f8137fc commit e7edf8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def read(fname):
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',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit e7edf8c

Please sign in to comment.