diff options
| author | Bob Halley <halley@dnspython.org> | 2020-10-28 08:28:29 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-10-28 08:28:29 -0700 |
| commit | 7a4a480be6a16566c7ae8f4faaa1b76e5bd402b2 (patch) | |
| tree | 719fdfd0215f680e9b886bb106fedc080a6b98b9 | |
| parent | 58611b797dc916b1c650e07e5fe9f17ac83e492d (diff) | |
| download | dnspython-7a4a480be6a16566c7ae8f4faaa1b76e5bd402b2.tar.gz | |
another azure fix attempt
| -rw-r--r-- | azure-pipelines.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3c80544..c549bf1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,8 +12,8 @@ jobs: vmImage: 'vs2017-win2016' strategy: matrix: - Python37: - python.version: '3.7' + Python38: + python.version: '3.8' steps: - task: UsePythonVersion@0 inputs: @@ -21,6 +21,10 @@ jobs: displayName: 'Use Python $(python.version)' - script: | + pip install --upgrade pip wheel + displayName: 'Install pip and wheel' + + - script: | pip install -e .[dnssec,idna,doh,trio,curio] displayName: 'Install python dependencies' |
