Getting travis into the testing loop

This commit is contained in:
wiredfool 2014-01-05 21:36:29 -08:00
parent c98f731f7e
commit 2921b5c5e5

View File

@ -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