forked from josch/img2pdf
add pikepdf to test dependencies
This commit is contained in:
parent
c6d04acc4b
commit
7b58c4e58d
3 changed files with 3 additions and 2 deletions
|
@ -24,7 +24,7 @@ matrix:
|
|||
- python3 -m pip install --upgrade virtualenv
|
||||
- virtualenv -p python3 --system-site-packages "$HOME/venv"
|
||||
- source "$HOME/venv/bin/activate"
|
||||
install: pip install wheel pillow pytest pdfrw
|
||||
install: pip install wheel pillow pytest pdfrw pikepdf
|
||||
script:
|
||||
- python --version
|
||||
- python setup.py test
|
||||
|
|
|
@ -16,7 +16,7 @@ environment:
|
|||
- PYTHON: "C:\\Python37-x64"
|
||||
|
||||
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
|
||||
|
||||
|
|
1
setup.py
1
setup.py
|
@ -9,6 +9,7 @@ INSTALL_REQUIRES = (
|
|||
|
||||
TESTS_REQUIRE = (
|
||||
'pdfrw',
|
||||
'pikepdf',
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue