diff --git a/.travis.yml b/.travis.yml index 9e51409..6df6b36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ sudo: false language: python python: - - "2.6" - "2.7" - "3.4" - "3.5" diff --git a/setup.py b/setup.py index db5df6c..4548143 100644 --- a/setup.py +++ b/setup.py @@ -84,12 +84,12 @@ setup( 'Natural Language :: English', 'License :: OSI Approved :: ISC License (ISCL)', 'Programming Language :: Python', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: Implementation :: CPython', ), cmdclass={ diff --git a/tox.ini b/tox.ini index dcf65d2..df57c06 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27, py33, py34, py35, py36 +envlist = py27, py33, py34, py35, py36 [testenv] commands =