aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-08-17 16:26:27 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-08-17 16:26:35 -0500
commita8e3c38d80f31c280da42f4c7d6b565640d24bd1 (patch)
tree190a21f9c8ab588eb83ad503353666dd675614c1 /tox.ini
parent902a8b487cfdd5b9c4d01be6733bb1ec85403585 (diff)
downloaduritemplates-a8e3c38d80f31c280da42f4c7d6b565640d24bd1.tar.gz
Release v1.0.0
Add twine release automation
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 bcdf6be..9d86da0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,5 +19,13 @@ deps =
commands =
flake8 {posargs} uritemplate tests setup.py
+[testenv:release]
+deps =
+ wheel
+ twine>=1.8.0
+commands =
+ python setup.py -q sdist bdist_wheel
+ twine upload --skip-existing dist/*
+
[flake8]
exclude = docs/