sphinxext-ip/pyproject.toml

12 lines
162 B
TOML
Raw Normal View History

[build-system]
requires = [ "setuptools >= 35.0.2", "wheel >= 0.29.0" ]
[tool.tox]
legacy_tox_ini = """
[testenv]
deps =
pytest
path
commands = pytest
"""