summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-02-04 21:26:36 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-02-04 21:26:36 -0800
commitbf2251211cd8dee91f669693e2ca0eb39a3daa2b (patch)
treefc94066eb772af39bf407aaf696645ef0d8a57c7 /tox.ini
parent8665f0d8ffc64ecd10061485a577ea09c5eff297 (diff)
downloadnatsort-bf2251211cd8dee91f669693e2ca0eb39a3daa2b.tar.gz
Add "twine check" to flake8 tox environment
This will ensure the README can be rendered properly by PyPI.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 43bd93f..5bdc590 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,9 +38,12 @@ deps =
flake8-bugbear
pep8-naming
check-manifest
+ twine
commands =
+ {envpython} setup.py sdist bdist_wheel
flake8
check-manifest --ignore ".github*,*.md,.coveragerc"
+ twine check dist/*
skip_install = true
# Build documentation.