add pikepdf to test dependencies

main
parent c6d04acc4b
commit 7b58c4e58d
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -24,7 +24,7 @@ matrix:
- python3 -m pip install --upgrade virtualenv - python3 -m pip install --upgrade virtualenv
- virtualenv -p python3 --system-site-packages "$HOME/venv" - virtualenv -p python3 --system-site-packages "$HOME/venv"
- source "$HOME/venv/bin/activate" - source "$HOME/venv/bin/activate"
install: pip install wheel pillow pytest pdfrw install: pip install wheel pillow pytest pdfrw pikepdf
script: script:
- python --version - python --version
- python setup.py test - python setup.py test

@ -16,7 +16,7 @@ environment:
- PYTHON: "C:\\Python37-x64" - PYTHON: "C:\\Python37-x64"
install: install:
- "%PYTHON%\\python.exe -m pip install wheel pytest pdfrw pillow pyinstaller" - "%PYTHON%\\python.exe -m pip install wheel pytest pdfrw pillow pyinstaller pikepdf"
build: off build: off

@ -9,6 +9,7 @@ INSTALL_REQUIRES = (
TESTS_REQUIRE = ( TESTS_REQUIRE = (
'pdfrw', 'pdfrw',
'pikepdf',
) )

Loading…
Cancel
Save