Skip to content

Commit

Permalink
Fixed tox.ini for tox 2.0+ by passing HOME in the env.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Aug 24, 2015
1 parent 58e0a30 commit 13582b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Expand Up @@ -14,3 +14,7 @@ deps =
setuptools >= 8
commands =
zope-testrunner --test-path=. --tests-pattern=^tests$ {posargs:-v -c}
# Tox 2.0+: need to pass HOME from the calling env, otherwise
# HOME/.gitconfig cannot be found, so git cannot commit because it
# wants to know who you are first.
passenv = HOME

0 comments on commit 13582b3

Please sign in to comment.