windows and cli

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-05 13:46:48 -05:00
parent da7cb226da
commit 67dac4cb06
+1 -1
View File
@@ -3,4 +3,4 @@ virtualenv .venv
.venv\Scripts\pipenv install --dev
.venv\Scripts\pipenv run pytest -v tests -m 'windows and cli' --tap-stream | tee results.tap
.venv\Scripts\pipenv run pytest -v tests -m "windows and cli" --tap-stream | tee results.tap