From 67dac4cb06f488e2d383d612ec7d76f9f39c1971 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 5 Mar 2018 13:46:48 -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 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