From 5065c4f878aafd486e80779a0ac7521edf5c4177 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 26 Apr 2014 11:01:02 +0200 Subject: [PATCH] Updated appveyor.yml --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index cf4f27b5..40c412d9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,7 @@ branches: install: - ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:\get-pip.py') - C:\Python27\python.exe c:\get-pip.py + - C:\Python27\Scripts\pip.exe install -e . build: off test_script: - C:\Python27\Scripts\pip.exe --version