From 5bbbc4f786a70947a617b9d70f2e211a8d7c02dc Mon Sep 17 00:00:00 2001 From: Pierre LALET <pierre.lalet@cea.fr> Date: Tue, 20 Dec 2016 00:57:44 +0100 Subject: [PATCH] Swicth Windows tests from PyCrypto to Cryptography --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 781dc6cb..d634de0a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,7 @@ install: - refreshenv # Install Python modules - - "%PYTHON%\\python -m pip install ecdsa pycrypto coverage" + - "%PYTHON%\\python -m pip install ecdsa cryptography coverage" test_script: # Set environment variables -- GitLab