aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhihui wu <wu.zhihui1@zte.com.cn>2017-04-20 08:00:26 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-20 08:00:26 +0000
commita1325130fdbbab0c58a08d636b8c0419504020a8 (patch)
tree0fb263ab5c16bb6012106915cb61e05cdcdae58c
parentfbbeecad08a8c266dfa852f5e60791fb427be27d (diff)
parent194c98a2608af764f6464fec469df8cc434bcb1a (diff)
Merge "Automate QTIP upload to PyPI."
-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/*