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 system_site_packages: true
python: python:
- 2.6 # - 2.6
- 2.7 - 2.7
- 3.2 # - 3.2
- 3.3 # - 3.3
- "pypy" # - "pypy"
install: install:
- "sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev" - "sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev"
- "pip install cffi" - "pip install cffi"
# enables pypy to compile # enables pypy to compile
- "sudo apt-get install python-tk" # - "sudo apt-get install python-tk"
# webp UNDONE -- refactor # webp UNDONE -- refactor
- "wget 'https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz' -O /tmp/libwebp-0.4.0.tar.gz" - "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 selftest.py
- python Tests/run.py - python Tests/run.py
matrix: #matrix:
allow_failures: # allow_failures:
- python: "pypy" # - python: "pypy"