diff --git a/.travis.yml b/.travis.yml index ec0465e..b24d042 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python env: - - TOXENV=py26 - TOXENV=py27 - TOXENV=py33 - TOXENV=py34 diff --git a/setup.cfg b/setup.cfg index 6220576..a1a6493 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,6 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 2.6 Programming Language :: Python :: 3 Programming Language :: Python :: 3.3 test_suite = requests_unixsocket.tests diff --git a/tox.ini b/tox.ini index d061cb8..d2caddd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py33, py34, py35, pypy, flake8 +envlist = py27, py33, py34, py35, pypy, flake8 [testenv] commands = py.test {posargs:requests_unixsocket/tests}