diff --git a/tox.ini b/tox.ini index 6830466..d6e4329 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,8 @@ labels = check = flake8, black, test ci = build, flake8, black_ci, test_ci, mutmut +env_list = + flake8, black, test [testenv:run] description = Runs the project