.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"
|
- name: "python 3.7 MacOs"
|
||||||
os: osx
|
os: osx
|
||||||
language: shell # 'language: python' is an error on Travis CI macOS
|
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
|
script: pytest test.py
|
||||||
|
|
Loading…
Reference in a new issue