Skip to content

Commit

Permalink
pip install github pysal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
weikang9009 committed Jun 2, 2019
1 parent cbcb538 commit 259f40c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
env: PYSAL_PYPI=false
- python: 3.7
env: PYSAL_PYPI=false

before_install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
Expand All @@ -40,11 +40,11 @@ install:
echo 'testing pypi libpysal esda mapclassify giddy spreg';
else
echo 'testing git libpysal esda mapclassify giddy spreg';
git clone https://github.com/pysal/libpysal.git; cd libpysal; pip install .; cd ../;
git clone https://github.com/pysal/mapclassify.git; cd mapclassify; pip install .; cd ../;
git clone https://github.com/pysal/esda.git; cd esda; pip install .; cd ../;
git clone https://github.com/pysal/giddy.git; cd giddy; pip install .; cd ../;
git clone https://github.com/pysal/spreg.git; cd spreg; pip install .; cd ../;
pip install https://github.com/pysal/libpysal/archive/master.zip;
pip install https://github.com/pysal/mapclassify/archive/master.zip;
pip install https://github.com/pysal/esda/archive/master.zip;
pip install https://github.com/pysal/giddy/archive/master.zip;
pip install https://github.com/pysal/spreg/archive/master.zip;
fi;
- pip install nose coverage coveralls
# Now install splot (don't use 'pip install .', we'll run out of space)
Expand Down

0 comments on commit 259f40c

Please sign in to comment.