astropy / specutils

An Astropy coordinated package for astronomical spectroscopy. Maintainers: @nmearl @rosteen @keflavich @eteq
http://specutils.readthedocs.io/en/latest/
161 stars 124 forks source link

Update tox.ini to handle spaces in paths #1099

Closed kelle closed 7 months ago

kelle commented 7 months ago

Tox doesn't handle spaces in paths well. Adding single quotes around the path variables in the tox.ini fixes this.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8707443) 70.73% compared to head (3eb6947) 70.73%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1099 +/- ## ======================================= Coverage 70.73% 70.73% ======================================= Files 64 64 Lines 4483 4483 ======================================= Hits 3171 3171 Misses 1312 1312 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rosteen commented 7 months ago

Thanks!

kelle commented 7 months ago

Big hat tip to @cmccully on figuring this out!