Fix windows build

This commit is contained in:
Regen
2019-12-23 01:47:07 +09:00
parent 06f7a4669d
commit e73b0bab0f
3 changed files with 6 additions and 7 deletions

View File

@@ -12,15 +12,13 @@ python =
[testenv]
whitelist_externals = poetry
skip_install = true
passenv = INCLUDE LIB LIBPATH
passenv = INCLUDE LIB LIBPATH Platform VCTools* VSCMD_* WindowsSDK*
commands_pre =
poetry install
commands =
poetry run pytest -sv tests
[testenv:lint]
whitelist_externals = poetry
skip_install = true
commands =
poetry run isort -c -rc src tests
poetry run yapf -d -r src tests