From: yomguy Date: Sat, 6 Oct 2012 23:14:29 +0000 (+0200) Subject: mutagen install fails on python 3.2 X-Git-Tag: 0.4.2~12 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0f1da6683ffd557351709b218fa3305ef90ca462;p=timeside.git mutagen install fails on python 3.2 --- diff --git a/.travis.yml b/.travis.yml index 3fc9c73..4c991a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,10 @@ language: python python: - "2.6" - "2.7" - - "3.2" # command to install dependencies install: - "pip install -r requirements.txt --use-mirrors" # command to run tests -# script: python tests/alltests.py script: - "python setup.py install" + #- "python setup.py install" diff --git a/requirements.txt b/requirements.txt index 2d02eba..d39b626 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,2 @@ setuptools -numpy -mutagen -pil