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"