Skip to content

Commit 08b5a16

Browse files
authored
Merge pull request #12 from sjsrey/master
chore: libpysal is 3 only now so removing travis tests on python 2
2 parents 6dfe71c + 9b5fa84 commit 08b5a16

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ branches:
44
only:
55
- master
66
python:
7-
- "2.7"
87
- "3.5"
98
- "3.6"
109

@@ -22,7 +21,6 @@ install:
2221
- conda install --yes pip
2322
- pip install -r requirements.txt
2423
- cd ../ && git clone https://github.com/pysal/libpysal.git
25-
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then 2to3 -nw libpysal/ > /dev/null; fi
2624
- pip install -e ./libpysal
2725
- cd ./pointpats
2826
- pip install -r requirements_dev.txt

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
'Topic :: Scientific/Engineering :: GIS',
2727
'License :: OSI Approved :: BSD License',
2828
'Programming Language :: Python',
29-
'Programming Language :: Python :: 2.5',
30-
'Programming Language :: Python :: 2.6',
31-
'Programming Language :: Python :: 2.7',
3229
'Programming Language :: Python :: 3.4',
3330
'Programming Language :: Python :: 3.5',
3431
'Programming Language :: Python :: 3.6'

0 commit comments

Comments
 (0)