mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+2
-3
@@ -1,8 +1,7 @@
|
||||
rem imdisk -P -a -s 4804515b -m R:-p "/FS:NTFS /C /Y"
|
||||
rem imdisk -P -a -s 9604515b -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:&& SET PYPI_VENDOR_DIR=".\tests\pypi\" && R:\.venv\Scripts\pipenv run pytest -n auto -v tests
|
||||
rem --tap-stream
|
||||
SET RAM_DISK=R:&& SET PYPI_VENDOR_DIR=".\tests\pypi\" && R:\.venv\Scripts\pipenv run pytest -n auto -v tests --tap-stream > report.tap
|
||||
|
||||
Reference in New Issue
Block a user