Skip to content

Commit

Permalink
Merge pull request #91 from girder/tox-build
Browse files Browse the repository at this point in the history
Ensure Tox builds in a PEP 518 environment
  • Loading branch information
brianhelba authored Dec 13, 2020
2 parents 39788fd + d309646 commit c81a7bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 42", "wheel", "setuptools_scm[toml]>=3.4"]
requires = ["setuptools >= 42", "wheel", "setuptools-scm[toml]>=3.4"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[tox]
# Build in an environment which respects PEP 518
isolated_build = true
envlist =
lint,
type,
Expand Down

0 comments on commit c81a7bb

Please sign in to comment.