mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
5376ac3e7b
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
7 lines
227 B
Batchfile
7 lines
227 B
Batchfile
virtualenv .venv
|
|
.venv\Scripts\pip install -e . --upgrade --upgrade-strategy=only-if-needed
|
|
.venv\Scripts\pipenv install --dev
|
|
|
|
|
|
.venv\Scripts\pipenv run pytest -v tests -m "windows or cli" --tap-stream | tee results.tap
|