mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
f2def195b8
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
10 lines
361 B
Batchfile
10 lines
361 B
Batchfile
rem imdisk -a -s 2104515b -m R: -f C:\my_disk.ima -p "/FS:NTFS /C /Y"
|
|
set RAM_DISK="R:"
|
|
|
|
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:&& SET PYPI_VENDOR_DIR=".\tests\pypi\" && R:\.venv\Scripts\pipenv run pytest -n auto -v tests
|
|
rem --tap-stream
|