Michael Merickel
2018-10-15 f871d94a9af09f96af7800723835144ec727d71d
disable build isolation in `tox -e build`
1 files modified
2 ■■■ changed files
tox.ini 2 ●●● patch | view | raw | blame | history
tox.ini
@@ -144,7 +144,7 @@
    # build sdist
    python setup.py sdist --dist-dir {toxinidir}/dist
    # build wheel from sdist
    pip wheel -v --no-deps --no-index --wheel-dir {toxinidir}/dist --find-links {toxinidir}/dist pyramid
    pip wheel -v --no-deps --no-index --no-build-isolation --wheel-dir {toxinidir}/dist --find-links {toxinidir}/dist pyramid
deps =
    setuptools