Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Sep 14, 2024
1 parent 9dc7847 commit 38959cc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ include = ["fusesoc", "fusesoc.capi2", "fusesoc.provider", "fusesoc.parser"]
[project.scripts]
fusesoc = "fusesoc.main:main"

[tool.tox]
legacy_tox_ini = """
[tox]
isolated_build = true
envlist = py3
[testenv]
deps = pytest
commands = pytest
envlist = py3
"""

0 comments on commit 38959cc

Please sign in to comment.