From 1a5be2db14e52f881c5b0a07d81ee5817228268b Mon Sep 17 00:00:00 2001 From: mtury <maxence.tury@ssi.gouv.fr> Date: Wed, 15 Feb 2017 13:26:37 +0100 Subject: [PATCH] Remove ecdsa from appveyor install (#512) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e8f445bb..64525c4b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ install: - choco install -y winpcap wireshark - ps: wget http://www.winpcap.org/windump/install/bin/windump_3_9_5/WinDump.exe -UseBasicParsing -OutFile C:\Windows\System32\windump.exe # Install Python modules - - "%PYTHON%\\python -m pip install ecdsa cryptography coverage mock pyreadline keyboard" + - "%PYTHON%\\python -m pip install cryptography coverage mock pyreadline keyboard" - set PATH="%PYTHON%\\Scripts\\;%PATH%" test_script: -- GitLab