From 9661152642810fade9eb512ca02ee2ec8c24cf71 Mon Sep 17 00:00:00 2001 From: Serge Rey Date: Sat, 12 May 2018 21:54:56 +0100 Subject: [PATCH] chore: libpysal is 3 only now so removing travis tests on python 2 --- .travis.yml | 1 - setup.py | 3 --- 2 files changed, 4 deletions(-) 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'