mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
24edcc8ee8
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
6 lines
234 B
Batchfile
6 lines
234 B
Batchfile
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 -n auto -v tests --tap-stream
|