diff --git a/appveyor.yml b/appveyor.yml index c933be78..225725c8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,4 +17,4 @@ install: build: off test_script: - - "%PYTHON%\\python.exe -m pytest" + - "%PYTHON%\\python.exe -m pytest -v"