Pillow/.travis.yml

23 lines
381 B
YAML
Raw Normal View History

language: python
2013-11-21 10:44:00 +04:00
# for python-qt4
virtualenv:
system_site_packages: true
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
2014-01-06 09:36:29 +04:00
install:
- "sudo apt-get -qq install libfreetype6-dev liblcms2-dev libwebp-dev python-qt4 ghostscript libffi-dev"
- "pip install cffi"
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