summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index feb328e0..9a8b3fc9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,7 +29,7 @@ python =
29deps = 29deps =
30 pytest 30 pytest
31 pytest-timeout 31 pytest-timeout
32commands = {envpython} run_tests 32commands = {envpython} run_tests {posargs}
33setenv = 33setenv =
34 GIT_AUTHOR_NAME = Repo test author 34 GIT_AUTHOR_NAME = Repo test author
35 GIT_COMMITTER_NAME = Repo test committer 35 GIT_COMMITTER_NAME = Repo test committer