From 8b710966e41b86cfd13ea829407198f600e2f173 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Tue, 12 Jan 2016 12:52:42 +0530 Subject: [PATCH] Remove param from py.test as not valid in .yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e1b7c4b..d143bac 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -86,7 +86,7 @@ build: off test_script: # Run the project tests - - ps: "py.test -s" + - ps: "py.test" # after_test: # # If tests are successful, create binary packages for the project.