tox.ini: fix building wheel from sdist

This commit is contained in:
Cosimo Lupo 2018-07-14 12:53:13 +01:00
parent 9a94c29ead
commit b2934f7628
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -76,4 +76,4 @@ deps = {[testenv:sdist]deps}
changedir = {toxinidir} changedir = {toxinidir}
commands = commands =
{[testenv:sdist]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