summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBrian Wellington <bwelling@xbill.org>2020-03-11 09:31:22 -0700
committerBrian Wellington <bwelling@xbill.org>2020-03-11 09:31:22 -0700
commitf1245d42704b70bf17813ac2b22a517f577af1ae (patch)
treece0022a4338a6146496570b2438b4795bb28e5a6 /.travis.yml
parentbabace649ce9be590896074c915068eab150417c (diff)
downloaddnspython-f1245d42704b70bf17813ac2b22a517f577af1ae.tar.gz
Add support for EdDSA DNSSEC algorithms.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 61c9522..99aad5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,6 @@ branches:
except:
- python3
install:
- - pip install typing pylint pycryptodome idna requests requests-toolbelt
+ - pip install typing pylint pycryptodome ecpy idna requests requests-toolbelt
script:
- make test