Skip to content

Commit

Permalink
install stable released libpysal for travis testing
Browse files Browse the repository at this point in the history
  • Loading branch information
weikang9009 committed Jul 25, 2018
1 parent d670733 commit 739aa6a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Expand Up @@ -19,15 +19,12 @@ before_install:

install:
- conda install --yes pip
- conda install --yes nose
- pip install -r requirements.txt
- cd ../ && git clone https://github.com/pysal/libpysal.git
- pip install -e ./libpysal
- cd ./pointpats
- pip install -r requirements_dev.txt

script:
- python setup.py sdist >/dev/null
- nosetests --with-coverage --cover-package=pointpats;
- nosetests --verbose --with-coverage --cover-package=pointpats;

notifications:
email:
recipients:
Expand Down

0 comments on commit 739aa6a

Please sign in to comment.