Added ghostscript dependency.

Travis needs a list of packages to install and we need the ghostscript package to successfully run our EPS test suite.
This commit is contained in:
Esteban Santana Santana 2013-11-20 01:44:38 -06:00
parent 9cd654917d
commit c6c32804d0

View File

@ -6,7 +6,7 @@ python:
- 3.2 - 3.2
- 3.3 - 3.3
install: "sudo apt-get -qq install libfreetype6-dev liblcms2-dev libwebp-dev" install: "sudo apt-get -qq install libfreetype6-dev liblcms2-dev libwebp-dev ghostscript"
script: script:
- python setup.py clean - python setup.py clean