From a5b2cadba8e1ca97e7e0bec63d31e017c0213d1a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 5 Mar 2018 13:13:12 -0500 Subject: [PATCH] auto again on windows 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 e82f058e..6c97b216 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 --tap-stream | tee results.tap \ No newline at end of file +.venv\Scripts\pipenv run -n auto pytest -v tests --tap-stream | tee results.tap \ No newline at end of file