mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
run all tests on windows
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ virtualenv .venv
|
||||
.venv\Scripts\pip install -e . --upgrade --upgrade-strategy=only-if-needed
|
||||
.venv\Scripts\pipenv install --dev
|
||||
|
||||
SET PYPI_VENDOR_DIR=".\tests\pypi\" && .venv\Scripts\pipenv run pytest -v tests -m "windows or cli" --tap-stream
|
||||
SET PYPI_VENDOR_DIR=".\tests\pypi\" && .venv\Scripts\pipenv run pytest -v tests --tap-stream
|
||||
|
||||
Reference in New Issue
Block a user