Merge pull request #4746 from nicoddemus/isolated-build

Use isolated_build option in tox.ini
This commit is contained in:
Bruno Oliveira 2019-02-08 18:59:43 -02:00 committed by GitHub
commit 8e220f0e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ requires = [
"setuptools-scm",
"wheel",
]
build-backend = "setuptools.build_meta"
[tool.towncrier]
package = "pytest"

View File

@ -1,5 +1,6 @@
[tox]
minversion = 2.0
isolated_build = True
minversion = 3.3
distshare = {homedir}/.tox/distshare
# make sure to update environment list in travis.yml and appveyor.yml
envlist =