Switch to `twine check` in tox testenv:dist
[mudpy.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index b40057b..fd43312 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -25,10 +25,11 @@ whitelist_externals = rm
 deps =
     docutils
     pbr
+    twine
 commands =
     rm -fr dist
-    python setup.py check --restructuredtext --strict
     python setup.py bdist_wheel sdist
+    twine check dist/*
 
 [testenv:docs]
 whitelist_externals = rm