Use isolated_build option in tox.ini

As per the excellent article by gaborbernat:

https://www.bernat.tech/pep-517-518/
This commit is contained in:
Bruno Oliveira 2019-02-08 15:50:33 -02:00
parent ea732464aa
commit 9be069f899
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 =