Skip to content

Commit

Permalink
fix pep8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hpk42 committed Jun 3, 2015
1 parent 08e175b commit 21cbab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,9 @@ def passenv(testenv_config, value):
# but this leads to very long paths when run with jenkins
# so we just pass it on by default for now.
if sys.platform == "win32":
passenv.add("SYSTEMDRIVE") # needed for pip6
passenv.add("SYSTEMROOT") # needed for python's crypto module
passenv.add("PATHEXT") # needed for discovering executables
passenv.add("SYSTEMDRIVE") # needed for pip6
passenv.add("SYSTEMROOT") # needed for python's crypto module
passenv.add("PATHEXT") # needed for discovering executables
passenv.add("TEMP")
passenv.add("TMP")
else:
Expand Down

0 comments on commit 21cbab3

Please sign in to comment.