Use Mutagen 1.27 in build scripts.

That way we can test against the latest Mutagen version in daily builds and make use of newer features (e.g. MP4 codec info and AAC file type).
This commit is contained in:
Philipp Wolfer
2015-01-07 00:17:26 +01:00
parent 160c277806
commit 2e2f85ee15
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ rm -rf e
virtualenv -p python2.7 --system-site-packages e
. e/bin/activate
pip install mutagen==1.25
pip install mutagen==1.27
pip install https://github.com/JonnyJD/python-discid/archive/dmg.zip
pip install py2app==0.9

View File

@@ -13,7 +13,7 @@ rmdir /S /Q e
virtualenv --system-site-packages e
set PATH=%WORKSPACE%\e\scripts;%PATH%
pip install mutagen==1.25
pip install mutagen==1.27
pip install discid==1.1.0
if "%PATCH_VERSION%" == "1" python setup.py patch_version --platform=win