Skip to content

Commit 5cc65c8

Browse files
NikolasMoatsospnhofmann
authored and
pnhofmann
committed
Fix Windows build
This fixes the Windows build failure in Travis CI by: *Adding an upgrade command for pip, in order to fix the cryptography install error. *Changing the opencv-python package with the opencv-python-headless version, in order to fix the error in test_bulkresize.py
1 parent e8bc643 commit 5cc65c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
language: shell
1717
before_install:
1818
- choco install python --version 3.7.4
19+
- python -m pip install --upgrade pip
1920
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
2021
install:
2122
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then

installer/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ speedtest-cli
3333
sympy
3434
tabulate
3535
termdown
36-
opencv-python
36+
opencv-python-headless
3737
whois
3838
wikipedia
3939
win10toast; sys_platform == 'win32'

0 commit comments

Comments
 (0)