testing pyqt4 on travis

This commit is contained in:
wiredfool 2013-11-20 22:44:00 -08:00
parent b0b7c1acb5
commit 661e3108f2

View File

@ -1,12 +1,16 @@
language: python
# for python-qt4
virtualenv:
system_site_packages: true
python:
- 2.6
- 2.7
- 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 python-qt4"
script:
- python setup.py clean