.travis.yml: also install pdfrw
This commit is contained in:
parent
f41df77425
commit
988e844c9e
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ matrix:
|
|||
- name: "python 3.7 MacOs"
|
||||
os: osx
|
||||
language: shell # 'language: python' is an error on Travis CI macOS
|
||||
install: pip install wheel PyMuPDF pytest
|
||||
install: pip install wheel PyMuPDF pytest pdfrw
|
||||
script: pytest test.py
|
||||
|
|
Loading…
Reference in a new issue