Update travis to use pyexiv2

This commit is contained in:
Simon
2012-11-27 23:33:21 +01:00
parent ec2be44146
commit bf7f42e34b

View File

@@ -2,6 +2,9 @@ language: python
python:
- "2.7"
- "2.6"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-pyexiv2
install:
- pip install nose unittest2 --use-mirrors
- pip install . --use-mirrors