Fix allow_failures

This commit is contained in:
Hugo 2014-10-13 10:58:57 +03:00
parent c9619ae61a
commit 1693e4bf6d

View File

@ -72,6 +72,6 @@ after_success:
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-run.sh; fi
matrix:
- fast_finish: true
- allow_failures:
- python: pypy
fast_finish: true
allow_failures:
- python: pypy