Skip to content

Commit

Permalink
Merge pull request #217 from graingert/isolated-build
Browse files Browse the repository at this point in the history
use tox-wheel 0.6 isolated_build flag
  • Loading branch information
graingert authored Feb 28, 2021
2 parents 8fec5bb + a0c39f6 commit eed7049
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ legacy_tox_ini = """
[tox]
minversion=3.20.0
isolated_build=true
requires=
virtualenv >= 20.1.0
tox-wheel >= 0.5.0
tox-gh-actions >= 2.0.0
tox-wheel >= 0.6.0
tox-gh-actions >= 2.1.0
;
; Tags explanation:
; * test - run trial tests
Expand All @@ -41,7 +42,6 @@ envlist =
[testenv]
wheel = True
wheel_pep517 = True
wheel_build_env = build
parallel_show_output = True
deps =
Expand Down

0 comments on commit eed7049

Please sign in to comment.