parent
7388c723cd
commit
b94dbff216
4 changed files with 18 additions and 0 deletions
6
tox.ini
6
tox.ini
|
|
@ -13,6 +13,7 @@ install_command =
|
|||
commands =
|
||||
pytest
|
||||
sh scripts/black
|
||||
sh scripts/isort
|
||||
flake8 .
|
||||
|
||||
[testenv:black]
|
||||
|
|
@ -24,3 +25,8 @@ commands =
|
|||
deps = -rtest_requirements.txt
|
||||
commands =
|
||||
pytest tests/end-to-end
|
||||
|
||||
[testenv:isort]
|
||||
deps = {[testenv]deps}
|
||||
commands =
|
||||
isort {posargs:--recursive} --settings-path setup.cfg .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue