Skip to content

Commit c5e8df4

Browse files
committed
Update .travis.yml
1 parent a250d63 commit c5e8df4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ install:
4040
- "$PIP install cibuildwheel==0.10.0"
4141
- mkdir mupdf && wget -q $MUPDF -O - | tar zx -C mupdf --strip-components=1
4242
- 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
4345
script:
4446
- export CIBW_SKIP="cp33-* *i686"
4547
- export CIBW_TEST_COMMAND="python -c 'import fitz'"

0 commit comments

Comments
 (0)