summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d6a2d98..833d005 100644
--- a/tox.ini
+++ b/tox.ini
@@ -46,7 +46,8 @@ deps =
check-manifest
twine
commands =
- {envpython} setup.py sdist bdist_wheel
+ {envpython} setup.py sdist
+ pip wheel . -w dist
flake8
check-manifest --ignore ".github*,*.md,.coveragerc"
twine check dist/*