diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-12-03 10:06:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-12-03 10:06:09 +0100 |
commit | 7dcec940e1145bd713096a3f50b7088d3a2e8ee9 (patch) | |
tree | a1513ee376fb7bf382eb22f2105e95f80a4aa9ad /tox.ini | |
parent | 61d317cf17c2a34836cc0ec85579663cf176b483 (diff) | |
download | gemato-7dcec940e1145bd713096a3f50b7088d3a2e8ee9.tar.gz |
Support building wheels
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |