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

index 584f4a715e001b48cf68d5a3bd4fef7371cff1a9..69223a0bb1c443779b8e392cd3c982936ee755bc 100644 (file)
@@ -3,6 +3,7 @@ python:
   - "3.6"
   - "3.7"
   - "3.8"
+  - "3.9"
 branches:
   except:
     - python3
index 6c4f8908867df558f47bb82dbf6d6a3dd68c15d1..575f7deb4cfc6d7dee9113ac416ad3f704e17713 100644 (file)
@@ -20,9 +20,9 @@ jobs:
       versionSpec: '$(python.version)'
     displayName: 'Use Python $(python.version)'
 
-  - script: |
-      python -m pip install --upgrade pip wheel setuptools
-    displayName: 'Install pip and wheel'
+#  - script: |
+#      python -m pip install --upgrade pip wheel setuptools
+#    displayName: 'Install pip and wheel'
 
   - script: |
       python -m pip install -e .[dnssec,idna,doh,trio,curio]