Travis: Fix v6 build failures
This commit is contained in:
+2
-2
@@ -18,6 +18,7 @@ addons:
|
||||
- libavutil54
|
||||
- libffi-dev
|
||||
- poppler-utils
|
||||
- qpdf
|
||||
- tesseract-ocr
|
||||
- tesseract-ocr-deu
|
||||
- tesseract-ocr-eng
|
||||
@@ -74,8 +75,7 @@ before_install: |
|
||||
|
||||
install:
|
||||
- pip3 install pycparser # py3.7 workaround for https://github.com/eliben/pycparser/issues/251
|
||||
- pip3 install -r requirements.txt
|
||||
- pip3 install --no-deps ".$EXTRAS"
|
||||
- pip3 install ".$EXTRAS"
|
||||
- pip3 install -r test_requirements.txt
|
||||
|
||||
script:
|
||||
|
||||
@@ -8,3 +8,4 @@ PyPDF2 == 1.26.0
|
||||
img2pdf == 0.2.4
|
||||
cffi == 1.11.5
|
||||
PyMuPDF == 1.12.5
|
||||
defusedxml == 0.5.0
|
||||
|
||||
Reference in New Issue
Block a user