From ca391fc20ccff507a6c14fbfceabf368c22dd868 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 10:40:20 -0500 Subject: [PATCH] try like this Signed-off-by: Kenneth Reitz 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 d6793f50..a0f8f70a 100644 --- a/run-tests.bat +++ b/run-tests.bat @@ -5,4 +5,4 @@ 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 --tap-stream