Files
pipenv/run-tests.bat
T
kennethreitz d1a13b5843 next iteration
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-06 11:24:38 -05:00

8 lines
329 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:&& SET PYPI_VENDOR_DIR=".\tests\pypi\" && R:\.venv\Scripts\pipenv run pytest -n auto -v tests --tap-stream > report.tap