From edb9730dcf100f4fb295612aef47e7226a6da7e4 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Wed, 5 Sep 2018 14:29:58 +0200 Subject: [PATCH] PICARD-1333 Travis: Test against oldest supported mutagen version --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5bc6ae056..7a618a518 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ env: - PYQT="$PIP_INSTALL pyqt5==5.10" - PYQT="$PIP_INSTALL pyqt5==5.9" - PYQT="$PIP_INSTALL pyqt5==5.8" + - PYQT="$PIP_INSTALL pyqt5==5.8" MUTAGEN="$PIP_INSTALL mutagen==1.37" matrix: include: - os: osx