pysal / segregation

Segregation Measurement, Inferential Statistics, and Decomposition Analysis
https://pysal.org/segregation/
BSD 3-Clause "New" or "Revised" License
112 stars 26 forks source link

(bug) dual testing aganist pypi and github versions of libpysal #54

Closed weikang9009 closed 5 years ago

weikang9009 commented 5 years ago

The current configuration of dual travis testing is not right. By putting conda install --yes --file requirements.txt; after the pypi/github installation of libpysal, all travis tests actually install conda-forge release of libpysal although we want to test against the github version.

This PR tries to resolve the issue.

renanxcortes commented 5 years ago

Ok, let's see if this works now! Thanks!

renanxcortes commented 5 years ago

Ok, since it seems the Travis CI error is an HTTP error, I'll merge this to check if this issue will be fixed. Thank you, @weikang9009 !