diff options
| -rw-r--r-- | .travis.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9fd4fbd9..9c781467 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ sudo: false  python:    - "2.7" -  - pypy +  # - pypy # disable until TravisCI ships a PyPy version which works with the latest CFFI  matrix:    include:  | 
