diff options
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ python = | |||
30 | deps = | 30 | deps = |
31 | black | 31 | black |
32 | flake8 | 32 | flake8 |
33 | isort | ||
33 | pytest | 34 | pytest |
34 | pytest-timeout | 35 | pytest-timeout |
35 | commands = {envpython} run_tests {posargs} | 36 | commands = {envpython} run_tests {posargs} |