Files
pipenv/run-tests.bat
T
kennethreitz 378e1cb346 larger size
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-06 11:11:40 -05:00

9 lines
326 B
Batchfile

rem imdisk -P -a -s 4804515b -m R:-p "/FS:NTFS /C /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