Add ability to run tox command
rsyring opened this issue · comments
Randy Syring commented
We currently run python_setup('check', '--strict', '--metadata', '--restructuredtext')
on publish.
Assuming many projects will have a tox environment that runs a package verification step, we could add a config option that would run that tox environment during status
and publish
steps.