-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
pypa/setuptools#1684 talks about deprecating python setup.py test
and all other arguments. The plan is to use tox, which we use for testing, but it's unwieldy for other things, like deployment.
Migrate the code out of pysetup into another tool that supports deployment, documentation, etc.
Read the docs build process should be looked, because it calls python setup.py. Perhaps there's a way to just call an arbitrary command or have setup.py do that instead. see https://github.com/rtfd/readthedocs.org/tree/master/readthedocs/doc_builder
Metadata
Metadata
Assignees
Labels
No labels