Skip to content

Commit

Permalink
Merge pull request #243 from PyCQA/isolated-build
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Nov 9, 2020
2 parents 1b06d66 + 3d7941e commit 6a656e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
os: [macOS-latest, ubuntu-latest, windows-latest]

steps:
Expand Down
12 changes: 7 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
description-file = "README.rst"
requires = ["fissix"]
Expand Down Expand Up @@ -78,17 +79,18 @@ legacy_tox_ini = """
[tox]
envlist =
py{36,37,38},lint
minversion=3.20.0
py{36,37,38,39},lint
minversion=3.20.1
isolated_build=true
requires=
virtualenv >= 20.0.31
tox-wheel >= 0.5.0
virtualenv >= 20.1.0
tox-wheel >= 0.6.0
tox-gh-actions >= 2.1.0
[testenv]
extras = test
commands = pytest {posargs}
wheel = True
wheel_pep517 = True
wheel_build_env = build
[testenv:build]
Expand Down

0 comments on commit 6a656e7

Please sign in to comment.