Files
pipenv/run-tests.bat
T
2018-03-05 14:46:46 -05:00

6 lines
234 B
Batchfile

virtualenv .venv
.venv\Scripts\pip install -e . --upgrade --upgrade-strategy=only-if-needed
.venv\Scripts\pipenv install --dev
SET PYPI_VENDOR_DIR=".\tests\pypi\" && .venv\Scripts\pipenv run pytest -n auto -v tests --tap-stream