diff --git a/.travis.yml b/.travis.yml index e324ea3..2fdd374 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ python: - 3.4 - 3.5 - pypy +matrix: + allow_failures: + - python: pypy script: - pip install -U pytest - python setup.py test