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

Check if locking version of pypiwin32==220 helps, Ref. #1276

This commit is contained in:
ziajka 2018-01-29 15:16:38 +01:00
parent 8268e76a86
commit cbb15c7a84
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ install:
- "%PYTHON%\\python.exe -m pip install -r dev-requirements.txt"
- "%PYTHON%\\python.exe -m pip install -r win-requirements.txt"
build: off
test_script:

View File

@ -1,3 +1,3 @@
-rrequirements.txt
pypiwin32 # pyup: ignore
pypiwin32==220 # pyup: ignore