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 33a3fea commit c17b64dCopy full SHA for c17b64d
.travis.yml
@@ -42,7 +42,7 @@ install:
42
- cp fitz/_pdf-device.c mupdf/source/pdf/pdf-device.c
43
- cp fitz/_error.c mupdf/source/fitz/error.c
44
script:
45
-- export CIBW_SKIP="cp33-* cp34-* *i686"
+- export CIBW_SKIP="cp33-* *i686"
46
- export CIBW_TEST_COMMAND="python -c 'import fitz'"
47
- cibuildwheel --output-dir wheelhouse
48
0 commit comments