]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
another azure fix attempt
authorBob Halley <halley@dnspython.org>
Wed, 28 Oct 2020 15:28:29 +0000 (08:28 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 28 Oct 2020 15:28:29 +0000 (08:28 -0700)
azure-pipelines.yml

index 3c8054497b4dcf397b56468ddb09a237a1834234..c549bf1497bbbc263d4f01e1feba0b70662d04f2 100644 (file)
@@ -12,14 +12,18 @@ jobs:
     vmImage: 'vs2017-win2016'
   strategy:
     matrix:
-      Python37:
-        python.version: '3.7'
+      Python38:
+        python.version: '3.8'
   steps:
   - task: UsePythonVersion@0
     inputs:
       versionSpec: '$(python.version)'
     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'