From 65fc5f8062e0014826580825abe9da97e3ead31d Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 11 Jan 2015 12:18:33 -0800 Subject: [PATCH] Disable PyPy on Travis Something seems to be wrong: there's a "fatal RPython error" that I can't reproduce locally. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 57051f833..fb2719187 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ matrix: env: {TOX_ENV: py26} - python: 2.7 env: {TOX_ENV: py27cov, COVERAGE: 1} - - python: pypy - env: {TOX_ENV: pypy} +# - python: pypy +# env: {TOX_ENV: pypy} - python: 2.7 env: {TOX_ENV: docs} - python: 2.7