From 0f1da6683ffd557351709b218fa3305ef90ca462 Mon Sep 17 00:00:00 2001 From: yomguy Date: Sun, 7 Oct 2012 01:14:29 +0200 Subject: [PATCH] mutagen install fails on python 3.2 --- .travis.yml | 3 +-- requirements.txt | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) 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 -- 2.39.5