aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorTaseer <taseer94@gmail.com>2017-04-19 19:44:49 +0500
committerTaseer <taseer94@gmail.com>2017-04-20 09:19:33 +0500
commit194c98a2608af764f6464fec469df8cc434bcb1a (patch)
treec209ab57266429e018af1536f7092c502a41aad5 /tox.ini
parent759410e4d9feafc1cff66a47e21227e55c04b4cb (diff)
Automate QTIP upload to PyPI.
Change-Id: I3be05a75551ca8648f6ea7dea35f1180178e5b7d Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Diffstat (limited to 'tox.ini')
-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/*