From 988e844c9e1f4e37f5a47ef1821c2293afaaada9 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Mon, 1 Jul 2019 01:54:08 +0200 Subject: [PATCH] .travis.yml: also install pdfrw --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d66006..2776150 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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