.travis.yml 145 B

12345678
  1. before_install:
  2. - sudo pip install Pillow
  3. language: python
  4. python:
  5. - "2.6"
  6. - "2.7"
  7. install: python setup.py install
  8. script: python unit.py