Skip to content

Commit

Permalink
Support building wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Dec 3, 2017
1 parent 61d317c commit 7dcec94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = true
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7dcec94

Please sign in to comment.