From 4a0d387f860c91e653ca152a24d23625fe6ab690 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 26 Apr 2014 10:20:45 +0200 Subject: [PATCH] Updated appveyor.yml --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index edc02944..5a06b717 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,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 + - pip instal -U pip build: off test_script: - C:\Python27\python.exe setup.py test