From da7cb226dab4f3fa5e0c724154c4aee7826491f7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 5 Mar 2018 13:44:46 -0500 Subject: [PATCH] windows and cli Signed-off-by: Kenneth Reitz --- run-tests.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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