before_install: - sudo pip install Pillow language: python python: - "2.6" - "2.7" install: python setup.py install script: python unit.py