1[tox]
2skipsdist = true
3    
4[testenv]
5allowlist_externals = pytest
6commands =
7    pytest --doctest-modules tests --cov --cov-config=pyproject.toml --cov-report=xml
8