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

Use tox for CI testing #474

Closed drdavella closed 5 years ago

drdavella commented 5 years ago

This greatly simplifies the CI config files and also allows test environments to be reproduced locally with minimal effort.

brechmos-stsci commented 5 years ago

Not sure if it is in there, but we should probably have py3.7 in there, maybe as an expected fail (?). If not already there...

brechmos-stsci commented 5 years ago

Looks good. Only thing I would suggest is a short Wiki page on how I can create / run a test environment locally based on the tox file. (please). Then maybe link here just for reference.

drdavella commented 5 years ago

Added some documentation here.