mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 23:49:07 +00:00
Make tox read from pyproject.toml too.
This commit is contained in:
parent
eb5f5952ae
commit
926877d1d6
1 changed files with 3 additions and 1 deletions
4
tox.ini
4
tox.ini
|
@ -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 .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue