From: Jeremy Stanley Date: Sat, 29 Sep 2018 17:09:40 +0000 (+0000) Subject: Remove docutils dep in tox dist testenv X-Git-Tag: 0.0.1~51 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=28f68fc336a55c6bd966ee1f4002560b0b6f8d4a Remove docutils dep in tox dist testenv Now that we're using `twine check` to validate the package long description, we no longer need to preinstall docutils in testenv:dist. --- diff --git a/tox.ini b/tox.ini index fd43312..2220282 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,6 @@ commands = mudpy mudpy/tests/fixtures/test_daemon.yaml [testenv:dist] whitelist_externals = rm deps = - docutils pbr twine commands =