Install win32 dependencies for the tests

This commit is contained in:
Julien Duponchelle 2017-04-18 12:27:54 +02:00
parent 25a992a870
commit 722028b2d2
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8
2 changed files with 4 additions and 0 deletions

View File

@ -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
View File

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