From c229e20547f4d6dc818dee9713d643a4ee32ebc2 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Wed, 5 Aug 2020 00:57:30 +0200 Subject: [PATCH] .travis.yml: test for jpeg2000 support --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9c731b3..fa5b1b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,5 +37,6 @@ matrix: - source "$HOME/venv/bin/activate" install: pip install tox script: + - identify -list format | grep JPEG-2000 - python --version - python -m tox