mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 16:44:06 +00:00
Allow mutagen >1.34 on travis
Mutagen 1.34.1 added some compatibility imports for Picard and we now no longer even depend on them, so lift the restriction on mutagen versions.
This commit is contained in:
@@ -12,10 +12,9 @@ env:
|
||||
global:
|
||||
- PIP_INSTALL="pip install"
|
||||
matrix:
|
||||
- DISCID="" MUTAGEN="$PIP_INSTALL mutagen>=1.23,<1.34"
|
||||
- DISCID="$PIP_INSTALL python-libdiscid" MUTAGEN="$PIP_INSTALL mutagen>=1.23,<1.34"
|
||||
- DISCID="$PIP_INSTALL discid" MUTAGEN="$PIP_INSTALL mutagen>=1.23,<1.34"
|
||||
- MUTAGEN="$PIP_INSTALL mutagen>=1.34"
|
||||
- DISCID="" MUTAGEN="$PIP_INSTALL mutagen>=1.23"
|
||||
- DISCID="$PIP_INSTALL python-libdiscid" MUTAGEN="$PIP_INSTALL mutagen>=1.23"
|
||||
- DISCID="$PIP_INSTALL discid" MUTAGEN="$PIP_INSTALL mutagen>=1.23"
|
||||
- MUTAGEN="$PIP_INSTALL mutagen==1.34"
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
|
||||
Reference in New Issue
Block a user