sphinxext-ip/pyproject.toml
Jan Dittberner 0af66c6964 Fix deprecations and modernize testing
- use pytest and tox for testing
- fix deprecation warnings from Sphinx and Docutils
2021-01-02 07:24:22 +01:00

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
"""