1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 09:18:08 +00:00

Install winpcap for the windows tests

This commit is contained in:
Julien Duponchelle 2017-04-18 14:08:37 +02:00
parent 51ef5d8c90
commit 3de04d6e76
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -9,6 +9,7 @@ environment:
DISTUTILS_USE_SDK: "1" DISTUTILS_USE_SDK: "1"
install: install:
- cinst nmap
- "%PYTHON%\\python.exe -m pip install -r dev-requirements.txt" - "%PYTHON%\\python.exe -m pip install -r dev-requirements.txt"
- "%PYTHON%\\python.exe -m pip install -r win-requirements.txt" - "%PYTHON%\\python.exe -m pip install -r win-requirements.txt"