.travis.yml 211 B

123456789
  1. before_install:
  2. - sudo apt-get -y install python-imaging zlib1g-dev libjpeg-dev
  3. - sudo pip install Pillow
  4. language: python
  5. python:
  6. - "2.6"
  7. - "2.7"
  8. install: python setup.py install
  9. script: python unit.py