Travis.yml syntax fix

This commit is contained in:
wiredfool 2014-03-14 16:44:59 -07:00
parent bd7e6b868f
commit b8d4895bd5

View File

@ -10,7 +10,7 @@ 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"
script:
- python setup.py clean