This commit is contained in:
Regen
2019-12-23 00:46:34 +09:00
parent 6628dfe5d0
commit 4624bdf4e8
3 changed files with 25 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ passenv = INCLUDE LIB LIBPATH Platform VCTools* VSCMD_* WindowsSDK*
commands_pre =
poetry install
commands =
poetry run pytest -sv tests
poetry run pytest --cov-report=xml -sv tests
[testenv:lint]
commands =