From d67372f9d60ec123b622f129a7c54d3b2234dd98 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 6 Feb 2015 02:25:07 +0100 Subject: [PATCH] fix tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2dc898c21..ae4a96414 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python sudo: false python: - "2.7" - - pypy +# - pypy # pypy 2.5.0 has a regression bug which breaks our test suite. # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - "pip install --upgrade --src . -r requirements.txt"