Pillow/.travis.yml

16 lines
259 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
install: "sudo apt-get -qq install libfreetype6-dev liblcms1-dev libwebp-dev"
2013-03-19 21:18:25 +04:00
script:
- python setup.py clean
- python setup.py build_ext --inplace
- python selftest.py
2013-06-30 22:37:31 +04:00
- python Tests/run.py