mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-01 04:38:12 +00:00
Install win32 dependencies for the tests
This commit is contained in:
parent
25a992a870
commit
722028b2d2
@ -12,6 +12,7 @@ environment:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- "%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"
|
||||||
|
|
||||||
build: off
|
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