From 50228f17355026436683659501ca555a19f1d8b6 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 28 Oct 2020 08:50:16 -0700 Subject: another try --- .travis.yml | 1 + azure-pipelines.yml | 6 +++--- 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] -- cgit v1.2.1