summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 02c5647d..bd1e18cc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,3 +20,8 @@ envlist = py27, py36, py37, py38
20[testenv] 20[testenv]
21deps = pytest 21deps = pytest
22commands = {toxinidir}/run_tests 22commands = {toxinidir}/run_tests
23
24[testenv:py27]
25deps =
26 mock
27 pytest