Skip to content

Commit

Permalink
Merge pull request #12 from sjsrey/master
Browse files Browse the repository at this point in the history
chore: libpysal is 3 only now so removing travis tests on python 2
  • Loading branch information
shaohu authored May 18, 2018
2 parents 6dfe71c + 9b5fa84 commit 08b5a16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ branches:
only:
- master
python:
- "2.7"
- "3.5"
- "3.6"

Expand All @@ -22,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
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 08b5a16

Please sign in to comment.