Files
pipenv/run-tests.bat
T
2019-02-18 16:29:33 -05:00

8 lines
351 B
Batchfile

rem imdisk -a -s 964515b -m R: -p "/FS:NTFS /Y"
virtualenv R:\.venv
R:\.venv\Scripts\pip install -e .[test] --upgrade --upgrade-strategy=only-if-needed
R:\.venv\Scripts\pipenv install --dev
git submodule sync && git submodule update --init --recursive
SET RAM_DISK=R: && R:\.venv\Scripts\pipenv run pytest -n auto -v tests --tap-stream > report.tap