Automate QTIP upload to PyPI. 37/33537/3
authorTaseer <taseer94@gmail.com>
Wed, 19 Apr 2017 14:44:49 +0000 (19:44 +0500)
committerTaseer <taseer94@gmail.com>
Thu, 20 Apr 2017 04:19:33 +0000 (09:19 +0500)
Change-Id: I3be05a75551ca8648f6ea7dea35f1180178e5b7d
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index c758183..42c6fa0 100644 (file)
--- 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/*