From 805b6ef5a659787c702f2533ddbfc3de49f29601 Mon Sep 17 00:00:00 2001 From: maxirmx Date: Tue, 13 Oct 2015 12:45:32 +0300 Subject: [PATCH] Added PYTHONPATH to appveyor build #2 --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 66db6cb1f..69331c68f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,7 +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%; + - "SET PYTHONPATH=%CD%;%PYTHONPATH%" # Filesystem root # - ps: "ls \"C:/\""