From 9661152642810fade9eb512ca02ee2ec8c24cf71 Mon Sep 17 00:00:00 2001 From: Serge Rey Date: Sat, 12 May 2018 21:54:56 +0100 Subject: [PATCH 1/2] 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' From 9b5fa840643ffa77341abb3f6265290778adec8b Mon Sep 17 00:00:00 2001 From: Serge Rey Date: Sat, 12 May 2018 22:14:34 +0100 Subject: [PATCH 2/2] chore: no need to convert libpysal from 2 to 3 - it is 3 now. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b159244..eb749f3 100755 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,6 @@ install: - conda install --yes pip - pip install -r requirements.txt - cd ../ && git clone https://github.com/pysal/libpysal.git - - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then 2to3 -nw libpysal/ > /dev/null; fi - pip install -e ./libpysal - cd ./pointpats - pip install -r requirements_dev.txt