12 lines
162 B
TOML
12 lines
162 B
TOML
|
[build-system]
|
||
|
requires = [ "setuptools >= 35.0.2", "wheel >= 0.29.0" ]
|
||
|
|
||
|
[tool.tox]
|
||
|
legacy_tox_ini = """
|
||
|
[testenv]
|
||
|
deps =
|
||
|
pytest
|
||
|
path
|
||
|
commands = pytest
|
||
|
"""
|