From c6c32804d0e42307907e620120f7035b8249f5fd Mon Sep 17 00:00:00 2001 From: Esteban Santana Santana Date: Wed, 20 Nov 2013 01:44:38 -0600 Subject: [PATCH] Added ghostscript dependency. Travis needs a list of packages to install and we need the ghostscript package to successfully run our EPS test suite. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 88118b1b2..fdc920ac2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - 3.2 - 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: - python setup.py clean