From a0e59d530726ab3f67b1c389cf8baecc13309ed6 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Sun, 24 Jun 2012 10:35:49 -0400 Subject: Un-comment the PyPy 'allow_failures' bit. We need an explanation for why the PyPy tests fail under travis-ci. --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 665d15384..c637dc215 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,10 @@ python: - pypy - 3.2 -#matrix: -# allow_failures: -# - python: pypy +# Why does travis-ci's PyPy blow up? Pyramid's tests +# run fine under tox. +matrix: + allow_failures: + - python: pypy script: python setup.py test -- cgit v1.2.3