Added PYTHONPATH to appveyor config

This commit is contained in:
maxirmx 2015-10-13 12:42:13 +03:00
parent 62a401fbea
commit 9e6e80b9aa

View File

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