diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-15 10:19:34 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-15 10:19:34 -0500 |
| commit | f871d94a9af09f96af7800723835144ec727d71d (patch) | |
| tree | 0b881eef6e7d350616037d917920c272022cf57f | |
| parent | bda1306749c62ef4f11cfe567ed7d56c8ad94240 (diff) | |
| download | pyramid-f871d94a9af09f96af7800723835144ec727d71d.tar.gz pyramid-f871d94a9af09f96af7800723835144ec727d71d.tar.bz2 pyramid-f871d94a9af09f96af7800723835144ec727d71d.zip | |
disable build isolation in `tox -e build`
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ commands = # 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 |
