projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a014f5
)
Use twine's strict mode
author
Jeremy Stanley
<fungi@yuggoth.org>
Sat, 6 Mar 2021 02:34:40 +0000
(
02:34
+0000)
committer
Jeremy Stanley
<fungi@yuggoth.org>
Sat, 6 Mar 2021 02:34:40 +0000
(
02:34
+0000)
Twine has added a --strict option, and for now it succeeds testing
our build artifacts, so start using it.
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
c2acaf5
..
6e3bdb8
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-50,7
+50,7
@@
deps =
commands =
rm -fr dist
python setup.py bdist_wheel sdist
- twine check dist/*
+ twine check
--strict
dist/*
usedevelop = False
[testenv:docs]