Travis: Fix v6 build failures

This commit is contained in:
James R. Barlow
2018-07-12 03:22:03 -07:00
parent d240fc1ea6
commit 1d9cc239ee
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -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:
+1
View File
@@ -8,3 +8,4 @@ PyPDF2 == 1.26.0
img2pdf == 0.2.4
cffi == 1.11.5
PyMuPDF == 1.12.5
defusedxml == 0.5.0