Skip to content
Snippets Groups Projects
Commit 1a5be2db authored by mtury's avatar mtury Committed by Pierre Lalet
Browse files

Remove ecdsa from appveyor install (#512)

parent e658e64c
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment