From 95a0884f95eb52dfe526191e8605619b8f5ecee6 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 26 Apr 2014 10:41:46 +0200 Subject: [PATCH] Updated appveyor.yml --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 3486a490..e0f0cf3b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,4 +8,6 @@ install: - C:\Python27\Scripts\pip.exe install -e . build: off test_script: + - C:\Python27\Scripts\pip.exe + - C:\Python27\Scripts\http.exe --debug - C:\Python27\python.exe setup.py test