aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index c758183f..42c6fa09 100644
--- a/tox.ini
+++ b/tox.ini
@@ -47,3 +47,9 @@ commands=
[pytest]
testpaths = tests
python_functions = *_test test_*
+
+[testenv:pip]
+deps= twine
+commands=
+ python setup.py sdist bdist_wheel
+ twine upload dist/*