From b6b19402b730d285b6398f13d269700f20ce1663 Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Thu, 21 Dec 2017 12:19:07 -0700 Subject: [PATCH] update travis to use pycryptodome --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3