Added project root to PATH

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

View File

@ -36,7 +36,7 @@ install:
# 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
# the parent CMD process).
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "SET PATH=%CD%;%PYTHON%;%PYTHON%\\Scripts;%PATH%"
# Check that we have the expected version and architecture for Python
- "python --version"