tox: Run check commands by default

This commit is contained in:
Jookia 2023-02-15 05:26:59 +11:00
parent cebf188f54
commit fa82e927ce
Signed by: Jookia
SSH key fingerprint: SHA256:/gEvgms/9HpbgpcH+K7O4GYXmqkP7siJx9zHeEWRZTg

View file

@ -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