.travis.yml: remove jpeg2000 check

This commit is contained in:
Johannes 'josch' Schauer 2020-08-05 01:15:51 +02:00
parent 86fddab622
commit 67dca425d1
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -37,6 +37,5 @@ 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