Pillow/.travis.yml
Esteban Santana Santana c6c32804d0 Added ghostscript dependency.
Travis needs a list of packages to install and we need the ghostscript package to successfully run our EPS test suite.
2013-11-20 01:44:38 -06:00

16 lines
271 B
YAML

language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
install: "sudo apt-get -qq install libfreetype6-dev liblcms2-dev libwebp-dev ghostscript"
script:
- python setup.py clean
- python setup.py build_ext --inplace
- python selftest.py
- python Tests/run.py