Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pysal/pointpats
Browse files Browse the repository at this point in the history
  • Loading branch information
weikang9009 committed May 18, 2018
2 parents b82c4e0 + 08b5a16 commit a79bce4
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 @@ -32,9 +32,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 a79bce4

Please sign in to comment.