summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e1117cf..45f7ce7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -60,7 +60,15 @@ commands = coverage run -p -m unittest discover -v
[testenv:end]
deps =
coverage
+ wheel
commands =
coverage combine
coverage html
coverage report
+ python setup.py sdist bdist_wheel
+
+[testenv:upload]
+deps =
+ wheel
+commands =
+ python setup.py sdist bdist_wheel upload