Skip to content

Commit a79bce4

Browse files
committed
Merge branch 'master' of github.com:pysal/pointpats
2 parents b82c4e0 + 08b5a16 commit a79bce4

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
@@ -32,9 +32,6 @@
3232
'Topic :: Scientific/Engineering :: GIS',
3333
'License :: OSI Approved :: BSD License',
3434
'Programming Language :: Python',
35-
'Programming Language :: Python :: 2.5',
36-
'Programming Language :: Python :: 2.6',
37-
'Programming Language :: Python :: 2.7',
3835
'Programming Language :: Python :: 3.4',
3936
'Programming Language :: Python :: 3.5',
4037
'Programming Language :: Python :: 3.6'

0 commit comments

Comments
 (0)