Skip to content

Commit 469611d

Browse files
authored
Merge pull request #26 from jGaboardi/dual_tests
addressing pysal/pysal#1145
2 parents 254bf58 + bff7b8d commit 469611d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ install:
3737
echo 'testing pypi libpysal spreg' && pip install libpysal spreg;
3838
else
3939
echo 'testing git libpysal spreg';
40-
pip install https://github.com/pysal/libpysal/archive/master.zip;
41-
pip install https://github.com/pysal/spreg/archive/master.zip;
40+
git clone https://github.com/pysal/libpysal.git;
41+
cd libpysal; pip install .; cd ../;
42+
git clone https://github.com/pysal/spreg.git;
43+
cd spreg; pip install .; cd ../;
4244
fi;
4345

4446

0 commit comments

Comments
 (0)