From 4c1933f522731e1ae5874275025a8d20b9e63336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Tue, 11 Sep 2012 19:38:11 +0200 Subject: remove pypy from travis-ci allow_failures list --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 490fd2df7..ab9c3ff30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,12 +6,6 @@ python: - pypy - 3.2 -# 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 notifications: -- cgit v1.2.3