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 2575a713..ccf2ffff 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,6 +28,7 @@ python =
28[testenv] 28[testenv]
29deps = 29deps =
30 black 30 black
31 flake8
31 pytest 32 pytest
32 pytest-timeout 33 pytest-timeout
33commands = {envpython} run_tests {posargs} 34commands = {envpython} run_tests {posargs}