1
0
Fork 0
forked from josch/plakativ

.travis.yml: also install pdfrw

This commit is contained in:
Johannes 'josch' Schauer 2019-07-01 01:54:08 +02:00
parent f41df77425
commit 988e844c9e
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -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