Added project dir to PYTHONPATH

This commit is contained in:
maxirmx 2015-10-25 21:51:33 +03:00
parent 9b53640fdb
commit b6f8333cf1
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ install:
# Prepend newly installed Python to the PATH of this build (this cannot be # Prepend newly installed Python to the PATH of this build (this cannot be
# 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=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "SET PYTHONPATH=%CD%;%PYTHONPATH%"
# Check that we have the expected version and architecture for Python # Check that we have the expected version and architecture for Python
- "python --version" - "python --version"