We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 254bf58 + bff7b8d commit 469611dCopy full SHA for 469611d
.travis.yml
@@ -37,8 +37,10 @@ install:
37
echo 'testing pypi libpysal spreg' && pip install libpysal spreg;
38
else
39
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;
+ git clone https://github.com/pysal/libpysal.git;
+ cd libpysal; pip install .; cd ../;
42
+ git clone https://github.com/pysal/spreg.git;
43
+ cd spreg; pip install .; cd ../;
44
fi;
45
46
0 commit comments