Skip to content

Commit

Permalink
add bdist_wheel to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-luminal committed Feb 8, 2020
1 parent 1c99e54 commit 606b808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -4,7 +4,7 @@ envlist = py36, lint
[testenv]
commands =
python setup.py nosetests --with-coverage --cover-package=openapi --cover-erase --cover-html
python setup.py sdist
python setup.py sdist bdist_wheel
deps =
setuptools>=17.1

Expand Down

0 comments on commit 606b808

Please sign in to comment.