From 79c3311e72346c64343bf20c65eabe055658fbde Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Mon, 11 Jan 2016 23:27:19 +0530 Subject: [PATCH] Catch no output on py,test --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c8a0b7d..68f5ca1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -86,7 +86,7 @@ build: off test_script: # Run the project tests - - py.test + - py.test -s # after_test: # # If tests are successful, create binary packages for the project.