diff --git a/.travis.yml b/.travis.yml index b282d6e..bd90f21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ cache: directories: - $HOME/.cache/pip python: - - 2.6 - 2.7 - 3.3 - 3.4 diff --git a/setup.py b/setup.py index 17fdd22..dcfb742 100755 --- a/setup.py +++ b/setup.py @@ -106,7 +106,6 @@ def run(self): "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3",