Added PYTHONPATH to appveyor build #2

This commit is contained in:
maxirmx 2015-10-13 12:45:32 +03:00
parent 64e41b2879
commit 805b6ef5a6
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ install:
# done from inside the powershell script as it would require to restart # done from inside the powershell script as it would require to restart
# the parent CMD process). # the parent CMD process).
- "SET PATH=%CD%;%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "SET PATH=%CD%;%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "SET PYTHONPATH=%CD%;%PYTHONPATH%; - "SET PYTHONPATH=%CD%;%PYTHONPATH%"
# Filesystem root # Filesystem root
# - ps: "ls \"C:/\"" # - ps: "ls \"C:/\""