Add pypy as an allowed failure

This commit is contained in:
hugovk 2014-03-24 16:29:09 +02:00
parent 2a9f2cdd7d
commit 2bbc7f0c7d

View File

@ -9,6 +9,7 @@ python:
- 2.7
- 3.2
- 3.3
- "pypy"
install:
- "sudo apt-get -qq install libfreetype6-dev liblcms2-dev libwebp-dev python-qt4 ghostscript libffi-dev"
@ -20,3 +21,7 @@ script:
- python setup.py build_ext --inplace
- python selftest.py
- python Tests/run.py
matrix:
allow_failures:
- python: "pypy"