Skip to content

Commit

Permalink
Merge pull request #334 from pysal/jGaboardi-patch-1
Browse files Browse the repository at this point in the history
fix indentation in `.travis.yml`
  • Loading branch information
jGaboardi committed Nov 26, 2019
2 parents 68b536f + 8e285b0 commit 980e666
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 @@ -60,7 +60,7 @@ install:
- pip install -e . --no-deps --force-reinstall
- if "$PYSAL_PYPI"; then
echo 'testing conda libpysal' && conda install --yes libpysal;
else echo 'testing git libpysal';
else echo 'testing git libpysal';
git clone https://github.com/pysal/libpysal.git;
cd libpysal; pip install .; cd ../;
fi;
Expand Down

0 comments on commit 980e666

Please sign in to comment.