From 7dcec940e1145bd713096a3f50b7088d3a2e8ee9 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 3 Dec 2017 10:06:09 +0100 Subject: Support building wheels --- tox.ini | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index e1117cf..45f7ce7 100644 --- a/tox.ini +++ b/tox.ini @@ -60,7 +60,15 @@ commands = coverage run -p -m unittest discover -v [testenv:end] deps = coverage + wheel commands = coverage combine coverage html coverage report + python setup.py sdist bdist_wheel + +[testenv:upload] +deps = + wheel +commands = + python setup.py sdist bdist_wheel upload -- cgit v1.2.3