Closed
Description
I really like to have skip_missing_interpreters = True
in my tox.ini
, because I'm often working on machines that don't have every Python interpreter installed.
But it's a really bad idea in a CI scenario, because environments just pass without doing anything.
I'd love to see an option to set that value back to False
, but there's only a CLI option for setting it to True
… every flag really should have an opposite.