version: '{build}' image: Visual Studio 2019 stack: python 3.12 skip_branch_with_pr: true init: - cmd: set PATH=C:\Python312;C:\Python312\Scripts;%PATH% install: - ps: python -m pip install --disable-pip-version-check --upgrade --no-warn-script-location pip build virtualenv wheel build_script: - ps: | python -m pip install . test_script: - ps: python tests\test.py