forked from josch/img2pdf
.travis.yml: test for jpeg2000 support
This commit is contained in:
parent
a53fed5d17
commit
c229e20547
1 changed files with 1 additions and 0 deletions
|
@ -37,5 +37,6 @@ matrix:
|
||||||
- source "$HOME/venv/bin/activate"
|
- source "$HOME/venv/bin/activate"
|
||||||
install: pip install tox
|
install: pip install tox
|
||||||
script:
|
script:
|
||||||
|
- identify -list format | grep JPEG-2000
|
||||||
- python --version
|
- python --version
|
||||||
- python -m tox
|
- python -m tox
|
||||||
|
|
Loading…
Reference in a new issue