Skip to content

Commit

Permalink
Keep the existing PYTHONPATH in tox
Browse files Browse the repository at this point in the history
Without this the tests could not be run on systems that already use
PYTHONPATH (like NixOS).
  • Loading branch information
ktosiek authored and pelme committed Oct 4, 2015
1 parent 6ca7dd4 commit d3e03b9
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 223 deletions.
2 changes: 1 addition & 1 deletion generate_configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def is_pypy(self):
deps =
%(deps)s
setenv =
PYTHONPATH = {toxinidir}
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
UID = %(uid)s
""")

Expand Down
Loading

0 comments on commit d3e03b9

Please sign in to comment.