Support tox isolated builds (#349)

This commit is contained in:
Gleb Nikonorov 2020-10-18 06:38:37 -04:00 committed by GitHub
parent 0239489a24
commit f5e2fb0ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

5
pyproject.toml Normal file
View File

@ -0,0 +1,5 @@
[build-system]
requires = [
"setuptools>=50.3.2",
]
build-backend = "setuptools.build_meta"

View File

@ -5,6 +5,7 @@
[tox]
envlist = py{36,37,38,39,py3}, linting
isolated_build = True
[testenv]
setenv = PYTHONDONTWRITEBYTECODE=1