spacetelescope / cubeviz

Data analysis package for cubes. https://cubeviz.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
15 stars 25 forks source link

Attempt to fix Windows builds under tox #496

Closed drdavella closed 5 years ago

drdavella commented 5 years ago

Attempting to install both numpy and astropy using conda to see if this resolves the issue with Windows builds.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #496   +/-   ##
=======================================
  Coverage   62.31%   62.31%           
=======================================
  Files          40       40           
  Lines        5069     5069           
=======================================
  Hits         3159     3159           
  Misses       1910     1910

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 edaa1b3...77f79e2. Read the comment docs.

drdavella commented 5 years ago

Closing since this appears to have magically worked itself out on its own.