From 3de04d6e76d1b0a4f4f5c5ff5177dcfd81bdbd1a Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Tue, 18 Apr 2017 14:08:37 +0200 Subject: [PATCH] Install winpcap for the windows tests --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index cbcbec2b..3867c85f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,6 +9,7 @@ environment: DISTUTILS_USE_SDK: "1" install: + - cinst nmap - "%PYTHON%\\python.exe -m pip install -r dev-requirements.txt" - "%PYTHON%\\python.exe -m pip install -r win-requirements.txt"