From: Taseer Date: Wed, 19 Apr 2017 14:44:49 +0000 (+0500) Subject: Automate QTIP upload to PyPI. X-Git-Tag: opnfv-5.0.0~171^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F37%2F33537%2F3;p=qtip.git Automate QTIP upload to PyPI. Change-Id: I3be05a75551ca8648f6ea7dea35f1180178e5b7d Signed-off-by: Taseer Ahmed --- 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/*