From 9b53640fdbf42cd627edc750c8708a9949247ca5 Mon Sep 17 00:00:00 2001 From: maxirmx Date: Sun, 25 Oct 2015 21:33:55 +0300 Subject: [PATCH] Added project root to PATH --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index a9b87ec1c..b5978979c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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"