Fix #148: Remove & replace python setup.py test#149
Fix #148: Remove & replace python setup.py test#149s-celles merged 1 commit intopython-semver:masterfrom
Conversation
As tox discouraged using "python setup.py test", we shouldn't recommend that in our documentation. Replacing it with "tox".
ppkt
left a comment
There was a problem hiding this comment.
LGTM :) Would you like to also update setup.py and remove invoking tox (and use pytest instead)?
Just to clarify: you mean, changing the Why not remove the class alltogether? Why not run pytest or tox directly instead of the detour with |
|
@tomschr yes, I think |
Ok, I'm fine with that. 😉 👍 |
This PR fixes #148 and contains:
As tox discouraged using "python setup.py test", we shouldn't recommend that in our documentation. Replacing it with
tox.