mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Install win32 dependencies for the tests
This commit is contained in:
parent
25a992a870
commit
722028b2d2
@ -12,6 +12,7 @@ environment:
|
||||
|
||||
install:
|
||||
- "%PYTHON%\\python.exe -m pip install -r dev-requirements.txt"
|
||||
- "%PYTHON%\\python.exe -m pip install -r win-requirements.txt"
|
||||
|
||||
build: off
|
||||
|
||||
|
3
win-requirements.txt
Normal file
3
win-requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
-rrequirements.txt
|
||||
|
||||
pypiwin32 # pyup: ignore
|
Loading…
Reference in New Issue
Block a user