From e070d04602c36e2d8b76480d254e416b6fc7b1f1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 5 Mar 2018 14:28:31 -0500 Subject: [PATCH] proper quotes 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 08b1646a..deabf609 100644 --- a/run-tests.bat +++ b/run-tests.bat @@ -2,6 +2,6 @@ virtualenv .venv .venv\Scripts\pip install -e . --upgrade --upgrade-strategy=only-if-needed .venv\Scripts\pipenv install --dev -SET PYPI_VENDOR_DIR '.\tests\pypi\' +SET PYPI_VENDOR_DIR ".\tests\pypi\" .venv\Scripts\pipenv run pytest -v tests -m "windows or cli" --tap-stream