summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 8d3cc43c..2575a713 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,6 +27,7 @@ python =
27 27
28[testenv] 28[testenv]
29deps = 29deps =
30 black
30 pytest 31 pytest
31 pytest-timeout 32 pytest-timeout
32commands = {envpython} run_tests {posargs} 33commands = {envpython} run_tests {posargs}