Pillow/.travis.yml

12 lines
164 B
YAML
Raw Normal View History

language: python
python:
- 2.7
2013-02-28 04:06:06 +04:00
- 3.3
script:
- python setup.py clean
- python setup.py install
- python selftest.py
2013-03-07 18:06:51 +04:00
- python Tests/run.py --installed