From aeccac5cbd3a12f0249ba0010f3311c2014bee14 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 26 Apr 2014 10:28:16 +0200 Subject: [PATCH] Updated appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 91752def..b48970f1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +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 instal -r requirements-dev.txt + - C:\Python27\Scripts\pip.exe install -r requirements-dev.txt build: off test_script: - C:\Python27\Scripts\tox.exe