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

Fix version of tox to work around upstream bug #581

Closed drdavella closed 5 years ago

drdavella commented 5 years ago

There is a bug in tox that is causing a conflict with tox-conda (see https://github.com/tox-dev/tox-conda/issues/15). This PR adds a workaround to avoid the error in our CI runs.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #581   +/-   ##
=======================================
  Coverage   68.23%   68.23%           
=======================================
  Files          26       26           
  Lines        4269     4269           
=======================================
  Hits         2913     2913           
  Misses       1356     1356

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 b89315e...46b97de. Read the comment docs.