From b2934f7628398f9c0c62e7466ae3d1c40aa3ccb3 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Sat, 14 Jul 2018 12:53:13 +0100 Subject: [PATCH] tox.ini: fix building wheel from sdist --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c948481ae..1176129a2 100644 --- a/tox.ini +++ b/tox.ini @@ -76,4 +76,4 @@ deps = {[testenv:sdist]deps} changedir = {toxinidir} commands = {[testenv:sdist]commands} - pip wheel --no-deps --wheel-dir dist --find-links dist ufoLib + pip wheel -v --no-deps --no-index --no-cache-dir --wheel-dir {toxinidir}/dist --find-links {toxinidir}/dist ufoLib