diff --git a/.travis.yml b/.travis.yml index b6a7fd3..539b8fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" - "3.4" - "3.5" diff --git a/setup.cfg b/setup.cfg index e761aca..4c28f32 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,6 @@ classifier = Operating System :: POSIX Programming Language :: Python Programming Language :: Python :: 2 - Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.4 diff --git a/tox.ini b/tox.ini index b0c54fe..572314a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [tox] -envlist = py26,py27,py34,py35,pep8 +envlist = py27,py34,py35,pep8 [tox:travis] -2.6 = py26, pep8 2.7 = py27, pep8 3.4 = py34, pep8 3.5 = py35, pep8