Files
pipenv/.vsts-ci/phases/run-tests-windows.yml
T
Dan Ryan c4f1ac1762 Add vsts build definitions
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-08-28 12:12:51 -04:00

13 lines
295 B
YAML

steps:
- task: UsePythonVersion@0
displayName: Use Python $(python.version)
inputs:
versionSpec: '$(python.version)'
architecture: '$(python.architecture)'
- template: ../steps/install-dependencies.yml
- template: ../steps/create-virtualenv.yml
- template: ../steps/run-tests.yml