tox: Run check commands by default
This commit is contained in:
parent
cebf188f54
commit
fa82e927ce
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
@ -3,6 +3,8 @@ requires = tox
|
|||
labels =
|
||||
check = flake8, black, test
|
||||
ci = build, flake8, black_ci, test_ci, mutmut
|
||||
env_list =
|
||||
flake8, black, test
|
||||
|
||||
[testenv:run]
|
||||
description = Runs the project
|
||||
|
|
Loading…
Add table
Reference in a new issue