proper quotes

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-05 14:28:31 -05:00
parent bfdf7d51fe
commit e070d04602
+1 -1
View File
@@ -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