]> git.parisson.com Git - timeside.git/commitdiff
mutagen install fails on python 3.2
authoryomguy <yomguy@parisson.com>
Sat, 6 Oct 2012 23:14:29 +0000 (01:14 +0200)
committeryomguy <yomguy@parisson.com>
Sat, 6 Oct 2012 23:14:29 +0000 (01:14 +0200)
.travis.yml
requirements.txt

index 3fc9c739df6292966bebc0f29043dfeb80aae27b..4c991a377e47dbba7340f2dc0277b87e51b2365f 100644 (file)
@@ -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"
index 2d02ebad21cb761dd4f8c44c5e01aa8d5d6e51d5..d39b626d596110316c1700a186759d67cfba8beb 100644 (file)
@@ -1,5 +1,2 @@
 setuptools
-numpy
-mutagen
-pil