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