Skip to content

Commit

Permalink
Merge pull request #23 from weikang9009/py37
Browse files Browse the repository at this point in the history
debug travis testing
  • Loading branch information
weikang9009 authored Jul 3, 2019
2 parents 23f6b85 + 13ff69c commit f7c9b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ install:
echo 'testing pypi libpysal spreg' && pip install libpysal spreg;
else
echo 'testing git libpysal spreg';
git clone https://github.com/pysal/libpysal/archive/master.zip;
git clone https://github.com/pysal/spreg/archive/master.zip;
pip install https://github.com/pysal/libpysal/archive/master.zip;
pip install https://github.com/pysal/spreg/archive/master.zip;
fi;


Expand Down

0 comments on commit f7c9b9d

Please sign in to comment.