From 5f8493cbfd9dac153f7442f1cffc117f85280716 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Sun, 24 Jun 2012 10:25:40 -0400 Subject: Try newly-enabled travis-ci. See http://travis-ci.org/#\!/Pylons/pyramid --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2e737af04..665d15384 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ python: - pypy - 3.2 -matrix: - allow_failures: - - python: pypy +#matrix: +# allow_failures: +# - python: pypy script: python setup.py test -- cgit v1.2.3