aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 7636634..1618c90 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,3 +8,11 @@ commands = py.test {posargs}
[testenv:flake8]
deps = flake8
commands = flake8 {posargs} bin/ dotfiles/ tests/
+
+[testenv:release]
+deps =
+ twine
+ wheel
+commands =
+ python setup.py sdist bdist_wheel
+ twine upload {posargs} dist/*