level12 / pyp

Python release tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability to run tox command

rsyring opened this issue · comments

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.