Skip to content

Commit

Permalink
Merge pull request #25 from TaylorOshan/master
Browse files Browse the repository at this point in the history
update travis
  • Loading branch information
TaylorOshan committed Sep 8, 2020
2 parents b4d7a36 + d0f23e9 commit 3c31299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_install:

install:
- conda install --yes pip
- conda install --yes --file requirements.txt
- pip install -r requirements.txt
- pip install -r requirements_tests.txt
- if "$PYSAL_PYPI"; then
echo 'testing pypi libpysal spreg spglm';
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ scipy>=0.11
numpy>=1.3
libpysal>=4.0.0
spglm>=1.0.6
spreg>=1.0.4
spreg

0 comments on commit 3c31299

Please sign in to comment.