diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -20,3 +20,8 @@ envlist = py27, py36, py37, py38 | |||
20 | [testenv] | 20 | [testenv] |
21 | deps = pytest | 21 | deps = pytest |
22 | commands = {toxinidir}/run_tests | 22 | commands = {toxinidir}/run_tests |
23 | |||
24 | [testenv:py27] | ||
25 | deps = | ||
26 | mock | ||
27 | pytest | ||