diff --git a/run-tests.bat b/run-tests.bat index 71f021c2..613d8124 100644 --- a/run-tests.bat +++ b/run-tests.bat @@ -3,4 +3,4 @@ virtualenv .venv .venv\Scripts\pipenv install --dev -.venv\Scripts\pipenv run pytest -v tests -m 'windows and cli' --tap-stream | tee results.tap +.venv\Scripts\pipenv run pytest -v tests -m "windows and cli" --tap-stream | tee results.tap