From 2921b5c5e5145a26320faf8e3bd6058f3f9ec1b6 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Sun, 5 Jan 2014 21:36:29 -0800 Subject: [PATCH] Getting travis into the testing loop --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1eecc9c13..d7c3dcd27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,9 @@ python: - 3.2 - 3.3 -install: "sudo apt-get -qq install libfreetype6-dev liblcms2-dev libwebp-dev python-qt4 ghostscript"" +install: + - "sudo apt-get -qq install libfreetype6-dev liblcms2-dev libwebp-dev python-qt4 ghostscript libffi-dev" + - "pip install cffi" script: - python setup.py clean