Make tox read from pyproject.toml too.

This commit is contained in:
Emil Stenström 2024-02-11 23:20:21 +01:00 committed by Emil Stenström
parent eb5f5952ae
commit 926877d1d6

View file

@ -45,7 +45,9 @@ commands = py.test {posargs}
[testenv:flake8]
# Note: Settings for flake8 exists in the setup.cfg file
changedir = {toxinidir}
deps = flake8
deps =
flake8
flake8-pyproject
commands =
flake8 .