hyriver / pygeohydro

A part of HyRiver software stack for accessing hydrology data through web services
https://docs.hyriver.io
Other
68 stars 23 forks source link

Add osx to travis #31

Closed aaraney closed 4 years ago

aaraney commented 4 years ago

Added travis support for testing on mac. Related to #30

This will run the prior three python version tests on linux plus the same tests now on Mac.

I also moved much of what had been in install into before_install just for cleanliness. I ran into some issues with the Mac virtual machines travis was using when using BSD sed (that is the sed that is pre-installed on Mac) to replace the python version number in environment_ci.yml. So, to overcome that, I just installed GNU sed using homebrew.

codecov[bot] commented 4 years ago

Codecov Report

Merging #31 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #31   +/-   ##
=======================================
  Coverage   72.46%   72.46%           
=======================================
  Files           5        5           
  Lines        1086     1086           
=======================================
  Hits          787      787           
  Misses        299      299           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f345389...496f552. Read the comment docs.

cheginit commented 4 years ago

That's great, thanks!