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 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
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 sdistAnd thetox/doc/example/general.rstfile, in the 'Avoiding expensive sdist' section spells this out.But as someone that just googled straight into the
tox/doc/config.rstpage, 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_interpreterswas defined, but missing from the list of global options.Regards,
Geoff