Skip to content

Commit

Permalink
TEST isolated_build, add pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
eine committed Aug 10, 2020
1 parent a1378eb commit 50efb65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools >= 35.0.2",
"setuptools_scm >= 2.0.0, <3"
]
build-backend = "setuptools.build_meta"
1 change: 1 addition & 0 deletions tox.ini
@@ -1,6 +1,7 @@
[tox]
envlist = py{36,37,38}-{fmt,unit,lint,docs}, py{36,37,38}-{acceptance,vcomponents}-{activehdl,ghdl,modelsim,rivierapro}, py{36,37,38}-coverage
skip_missing_interpreters = True
isolated_build = True

[testenv]
recreate=True
Expand Down

0 comments on commit 50efb65

Please sign in to comment.