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.