summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2017-11-11 16:15:11 -0800
committerSeth M Morton <seth.m.morton@gmail.com>2017-11-11 16:15:11 -0800
commit8593eb358e31c9c53091055cb3ce62c392512dd6 (patch)
tree45112891cc6b9ea483fc0cc2f81866891f4421f4 /tox.ini
parent8d01d7658e90477bb45100ecbfa47d20d8ae764e (diff)
downloadnatsort-8593eb358e31c9c53091055cb3ce62c392512dd6.tar.gz
Add check-manifest to tox:release.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e72b97c..8423b3e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -58,6 +58,8 @@ commands =
[testenv:release]
deps =
twine
+ check-manifest
commands =
+ check-manifest
{envpython} setup.py sdist bdist_wheel
{envpython} -m twine upload dist/*