From 062fa53184066d68e78b4c5b8fb31a8107c9722c Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Wed, 27 Apr 2016 23:54:25 +0300 Subject: [PATCH] Fix pip path for appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9c45497..433d0e8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ environment: - Python: 27 build_script: - - PATH %CD%\here\bin;C:\mingw\bin;C:\python%Python%;%PATH% + - PATH %CD%\here\bin;C:\mingw\bin;C:\python%Python%;C:\python%Python%\scripts;%PATH% - pip install pyflakes pep8 coverage coveralls nose test_script: