Skip to content

Commit

Permalink
remove redundant installation in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
weikang9009 committed Sep 27, 2018
1 parent 2c0a139 commit 3ba93b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install:
- pip install -r requirements_tests.txt
- pip install https://github.com/pysal/splot/archive/master.zip
- if "$PYSAL_PYPI"; then
echo 'testing pypi libpysal esda mapclassify' && pip install libpysal esda mapclassify;
echo 'testing pypi libpysal esda mapclassify';
else
echo 'testing git libpysal esda mapclassify';
git clone https://github.com/pysal/libpysal.git; cd libpysal; pip install .; cd ../;
Expand Down

0 comments on commit 3ba93b5

Please sign in to comment.