Pillow/.travis.yml

14 lines
180 B
YAML
Raw Normal View History

language: python
python:
2013-03-08 21:19:25 +04:00
- 2.6
- 2.7
2013-03-08 21:19:25 +04:00
- 3.2
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