Files
pipenv/run-tests.bat
T
kennethreitz 5376ac3e7b windows or cli
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-05 13:49:50 -05:00

7 lines
227 B
Batchfile

virtualenv .venv
.venv\Scripts\pip install -e . --upgrade --upgrade-strategy=only-if-needed
.venv\Scripts\pipenv install --dev
.venv\Scripts\pipenv run pytest -v tests -m "windows or cli" --tap-stream | tee results.tap