We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b77182 + c5e8df4 commit f4bca38Copy full SHA for f4bca38
.travis.yml
@@ -40,6 +40,8 @@ install:
40
- "$PIP install cibuildwheel==0.10.0"
41
- mkdir mupdf && wget -q $MUPDF -O - | tar zx -C mupdf --strip-components=1
42
- cp fitz/_mupdf_config.h mupdf/include/mupdf/fitz/config.h
43
+- cp fitz/_pdf-device.c mupdf/source/pdf/pdf-device.c
44
+- cp fitz/_error.c mupdf/source/fitz/error.c
45
script:
46
- export CIBW_SKIP="cp33-* *i686"
47
- export CIBW_TEST_COMMAND="python -c 'import fitz'"
doc/PyMuPDF.pdf
16.2 KB
doc/html.zip
16 KB
0 commit comments