From 606b808d575b4095fddfeac3d9a810f3c4bb8035 Mon Sep 17 00:00:00 2001 From: mike-luminal Date: Sat, 8 Feb 2020 11:36:08 -0500 Subject: [PATCH] add bdist_wheel to tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 31ce8ef..fc28ab8 100644 --- a/tox.ini +++ b/tox.ini @@ -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