From e2dabbfaf7b4febd6003f7d27eb967488784ce5d Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 26 Apr 2014 10:26:29 +0200 Subject: [PATCH] Updated appveyor.yml --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9d4a633c..91752def 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,11 @@ +# https://ci.appveyor.com/project/jkbr/httpie branches: only: - master 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 instal -U pip + - C:\Python27\Scripts\pip.exe instal -r requirements-dev.txt build: off test_script: - - C:\Python27\python.exe setup.py test + - C:\Python27\Scripts\tox.exe