diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ python = | |||
27 | 27 | ||
28 | [testenv] | 28 | [testenv] |
29 | deps = | 29 | deps = |
30 | black | ||
30 | pytest | 31 | pytest |
31 | pytest-timeout | 32 | pytest-timeout |
32 | commands = {envpython} run_tests {posargs} | 33 | commands = {envpython} run_tests {posargs} |