diff --git a/.travis.yml b/.travis.yml index cd907e2..b159244 100755 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ branches: only: - master python: - - "2.7" - "3.5" - "3.6" diff --git a/setup.py b/setup.py index c509e4d..d1f57ef 100644 --- a/setup.py +++ b/setup.py @@ -26,9 +26,6 @@ 'Topic :: Scientific/Engineering :: GIS', 'License :: OSI Approved :: BSD License', 'Programming Language :: Python', - 'Programming Language :: Python :: 2.5', - 'Programming Language :: Python :: 2.6', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6'