summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index bd1e18cc..1a9642a3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,7 +19,11 @@ envlist = py27, py36, py37, py38
19 19
20[testenv] 20[testenv]
21deps = pytest 21deps = pytest
22commands = {toxinidir}/run_tests 22commands = {envpython} run_tests
23setenv =
24 GIT_AUTHOR_NAME = Repo test author
25 GIT_COMMITTER_NAME = Repo test committer
26 EMAIL = repo@gerrit.nodomain
23 27
24[testenv:py27] 28[testenv:py27]
25deps = 29deps =