From 89c7b78994c304bf443b14580948eb9e30948009 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 29 Jun 2016 10:43:51 -0700 Subject: [PATCH] Disable PyPy on Travis for now Travis has a very old version of PyPy which seems to be running into a Unicode-related bug in our tests. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d5611deb5..54ec2b817 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,8 @@ matrix: env: {TOX_ENV: py34-test} - python: 3.5 env: {TOX_ENV: py35-test} - - python: pypy - env: {TOX_ENV: pypy-test} + # - python: pypy + # - env: {TOX_ENV: pypy-test} - python: 2.7 env: {TOX_ENV: py27-flake8} - python: 3.3