Tres Seaver
2012-06-24 a0e59d530726ab3f67b1c389cf8baecc13309ed6
Un-comment the PyPy 'allow_failures' bit.

We need an explanation for why the PyPy tests fail under travis-ci.
1 files modified
8 ■■■■■ changed files
.travis.yml 8 ●●●●● patch | view | raw | blame | history
.travis.yml
@@ -6,8 +6,10 @@
  - 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