You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed that tox/doc/config.rst mentions that skipsdist defaults to false, but it doesn't actually say what it does.
I'm sure to an experienced python developer they'd understand that it skips the step where tox runs a /setup.py sdist And the tox/doc/example/general.rst file, in the 'Avoiding expensive sdist' section spells this out.
But as someone that just googled straight into the tox/doc/config.rst page, this wasn't immediately clear to me. Some of the other global settings are defined at the bottom of this section. Perhaps all of them should be. I also noticed that skip_missing_interpreters was defined, but missing from the list of global options.
Regards,
Geoff
The text was updated successfully, but these errors were encountered:
I think in general, the section on global options could do on expansion similar to the virtualenv test environment settings so that each option has its own heading. I'll have a look later
Hi,
I just noticed that tox/doc/config.rst mentions that skipsdist defaults to false, but it doesn't actually say what it does.
I'm sure to an experienced python developer they'd understand that it skips the step where tox runs a
/setup.py sdist
And thetox/doc/example/general.rst
file, in the 'Avoiding expensive sdist' section spells this out.But as someone that just googled straight into the
tox/doc/config.rst
page, this wasn't immediately clear to me. Some of the other global settings are defined at the bottom of this section. Perhaps all of them should be. I also noticed thatskip_missing_interpreters
was defined, but missing from the list of global options.Regards,
Geoff
The text was updated successfully, but these errors were encountered: