diff options
| author | Bob Halley <halley@dnspython.org> | 2020-10-21 14:20:07 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-10-21 14:20:07 -0700 |
| commit | aafaa43939b9bc9321538b37b84e0d6fc557c47d (patch) | |
| tree | 3a6d4f3dd2941dbb6d131ab9936cfce1cee118ce | |
| parent | cdee8f79d7d19598ee80666854e6fc3ad4603a0e (diff) | |
| download | dnspython-aafaa43939b9bc9321538b37b84e0d6fc557c47d.tar.gz | |
try to fix azure
| -rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3504cc1..f67f3c1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,6 +22,7 @@ jobs: - script: | python -m pip install --upgrade pip + python -m pip install setuptools wheel pip install -e .[dnssec,idna,doh,trio,curio] displayName: 'Install python dependencies' |
