summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 0a989c21..8f1b1df3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,6 +30,7 @@ python =
30deps = 30deps =
31 black 31 black
32 flake8 32 flake8
33 isort
33 pytest 34 pytest
34 pytest-timeout 35 pytest-timeout
35commands = {envpython} run_tests {posargs} 36commands = {envpython} run_tests {posargs}