Skip to content

Commit

Permalink
Allow latest PyPy 2.4.0 to fail and temporarily add previous passing …
Browse files Browse the repository at this point in the history
…2.3.1 for the time-being (#952)
  • Loading branch information
hugovk authored and wiredfool committed Oct 13, 2014
1 parent c20c75e commit e54da99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,7 @@ env: MAX_CONCURRENCY=4
# Then run the remainder.
python:
- "pypy"
- "pypy-2.3.1"
- "pypy3"
- 3.4
- 2.7
Expand Down Expand Up @@ -69,5 +70,8 @@ after_success:
# (Installation is very slow on Py3, so just do it for Py2.)
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-install.sh; fi
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-run.sh; fi

matrix:
fast_finish: true
allow_failures:
- python: pypy

0 comments on commit e54da99

Please sign in to comment.