From: Bob Halley Date: Wed, 28 Oct 2020 15:50:16 +0000 (-0700) Subject: another try X-Git-Tag: v2.1.0rc1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50228f17355026436683659501ca555a19f1d8b6;p=thirdparty%2Fdnspython.git another try --- diff --git a/.travis.yml b/.travis.yml index 584f4a71..69223a0b 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 6c4f8908..575f7deb 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]