projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4418b05
)
Remove docutils dep in tox dist testenv
author
Jeremy Stanley
<fungi@yuggoth.org>
Sat, 29 Sep 2018 17:09:40 +0000
(17:09 +0000)
committer
Jeremy Stanley
<fungi@yuggoth.org>
Sat, 29 Sep 2018 17:09:40 +0000
(17:09 +0000)
Now that we're using `twine check` to validate the package long
description, we no longer need to preinstall docutils in
testenv:dist.
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
fd43312
..
2220282
100644
(file)
--- 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 =