diff --git a/run-tests.bat b/run-tests.bat index c26819aa..71f021c2 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 --tap-stream | tee results.tap +.venv\Scripts\pipenv run pytest -v tests -m 'windows and cli' --tap-stream | tee results.tap