From 7813ff14e7d5d11607e2374ccc63488b2c0dfdfc Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Mon, 11 Jan 2016 20:49:51 +0530 Subject: [PATCH] Non-verbose py.test --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1a75e58..c8a0b7d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -86,7 +86,7 @@ build: off test_script: # Run the project tests - - py.test -v + - py.test # after_test: # # If tests are successful, create binary packages for the project.