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