summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-10-28 08:50:16 -0700
committerBob Halley <halley@dnspython.org>2020-10-28 08:50:16 -0700
commit50228f17355026436683659501ca555a19f1d8b6 (patch)
tree17c0f115ac974d52ef15bbdb781d58407ddf6e9d
parent8a5f9bb91b1ee6f18c151458a65b1e23028708ec (diff)
downloaddnspython-50228f17355026436683659501ca555a19f1d8b6.tar.gz
another try
-rw-r--r--.travis.yml1
-rw-r--r--azure-pipelines.yml6
2 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 584f4a7..69223a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
+ - "3.9"
branches:
except:
- python3
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 6c4f890..575f7de 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -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]