From: Daniel Robbins Date: Thu, 21 Dec 2017 19:19:07 +0000 (-0700) Subject: update travis to use pycryptodome X-Git-Tag: v1.16.0~17^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6b19402b730d285b6398f13d269700f20ce1663;p=thirdparty%2Fdnspython.git update travis to use pycryptodome --- diff --git a/.travis.yml b/.travis.yml index 9d256b4e..85ef672b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ branches: except: - python3 install: - - pip install unittest2 pylint pycrypto ecdsa idna + - pip install unittest2 pylint pycryptodome ecdsa idna script: - make lint - make test