spacetelescope / specviz

An interactive astronomical 1D spectra analysis tool.
http://specviz.readthedocs.io
BSD 3-Clause "New" or "Revised" License
43 stars 31 forks source link

Use tox for testing #670

Closed drdavella closed 5 years ago

drdavella commented 5 years ago

The motivation for this is that it allows for push-button replication of CI test environments locally. In order to run the tests using tox locally, it is necessary to have a conda environment with both tox and the tox-conda plugin installed (which are both currently only available from pypi).

drdavella commented 5 years ago

Basically the only problem now is that coverage is not set up for this repository. We can either set it up now or just disable that job for the time being.

nmearl commented 5 years ago

Seems like the test in question uses coveralls. If all the other viz tools are going for codecov, I think we should do that too. For now, though, we can disable it. I'm unsure how difficult it is to setup with codecov, and it's really not necessary during this current sprint.