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.
1 parent a250d63 commit c5e8df4Copy full SHA for c5e8df4
.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'"
0 commit comments