From f2def195b8752d4afb1bbd769b695c7e97e29235 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 10:45:10 -0500 Subject: [PATCH] drasticer Signed-off-by: Kenneth Reitz --- run-tests.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run-tests.bat b/run-tests.bat index 4fb4080f..910d5f08 100644 --- a/run-tests.bat +++ b/run-tests.bat @@ -5,4 +5,5 @@ virtualenv R:\.venv R:\.venv\Scripts\pip install -e . --upgrade --upgrade-strategy=only-if-needed R:\.venv\Scripts\pipenv install --dev -SET RAM_DISK=R:&& SET PYPI_VENDOR_DIR=".\tests\pypi\" && R:\.venv\Scripts\pipenv run pytest -n auto -v tests --tap-stream +SET RAM_DISK=R:&& SET PYPI_VENDOR_DIR=".\tests\pypi\" && R:\.venv\Scripts\pipenv run pytest -n auto -v tests +rem --tap-stream