Speed this up for now

This commit is contained in:
wiredfool 2014-03-26 09:54:22 -07:00
parent b97d220b2c
commit e0d42d0e02

View File

@ -5,17 +5,17 @@ virtualenv:
system_site_packages: true
python:
- 2.6
# - 2.6
- 2.7
- 3.2
- 3.3
- "pypy"
# - 3.2
# - 3.3
# - "pypy"
install:
- "sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev"
- "pip install cffi"
# enables pypy to compile
- "sudo apt-get install python-tk"
# - "sudo apt-get install python-tk"
# webp UNDONE -- refactor
- "wget 'https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz' -O /tmp/libwebp-0.4.0.tar.gz"
@ -30,6 +30,6 @@ script:
- python selftest.py
- python Tests/run.py
matrix:
allow_failures:
- python: "pypy"
#matrix:
# allow_failures:
# - python: "pypy"