summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBrian Wellington <bwelling@xbill.org>2020-03-10 10:58:56 -0700
committerBrian Wellington <bwelling@xbill.org>2020-03-10 10:58:56 -0700
commitbe4671ca4b72d72798b1958da7041596f199d436 (patch)
tree18b94854ea05a277d52a169a47543fe457c96b37 /.travis.yml
parent0f02feb51ad2c14b7fae8fd5d8dc9c2a5e09d8cc (diff)
downloaddnspython-be4671ca4b72d72798b1958da7041596f199d436.tar.gz
Use PyCryptodome for ECDSA.
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 608d02d..61c9522 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,6 @@ branches:
except:
- python3
install:
- - pip install typing pylint pycryptodome ecdsa idna requests requests-toolbelt
+ - pip install typing pylint pycryptodome idna requests requests-toolbelt
script:
- make test