Skip to content

Commit c17b64d

Browse files
committed
Update .travis.yml
1 parent 33a3fea commit c17b64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install:
4242
- cp fitz/_pdf-device.c mupdf/source/pdf/pdf-device.c
4343
- cp fitz/_error.c mupdf/source/fitz/error.c
4444
script:
45-
- export CIBW_SKIP="cp33-* cp34-* *i686"
45+
- export CIBW_SKIP="cp33-* *i686"
4646
- export CIBW_TEST_COMMAND="python -c 'import fitz'"
4747
- cibuildwheel --output-dir wheelhouse
4848

0 commit comments

Comments
 (0)