mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
8 lines
291 B
Batchfile
8 lines
291 B
Batchfile
rem imdisk -a -s 964515b -m R: -p "/FS:NTFS /Y"
|
|
|
|
virtualenv R:\.venv
|
|
R:\.venv\Scripts\pip install -e . --upgrade --upgrade-strategy=only-if-needed
|
|
R:\.venv\Scripts\pipenv install --dev
|
|
|
|
SET RAM_DISK=R: && R:\.venv\Scripts\pipenv run pytest -n auto -v tests --tap-stream > report.tap
|