Pillow/.travis.yml

14 lines
157 B
YAML
Raw Permalink Normal View History

language: python
python:
- 2.5
- 2.6
- 2.7
# - 3.2
# - pypy
script:
- python setup.py clean
- python setup.py install
- python selftest.py