Skip to content

Commit

Permalink
Merge pull request #959 from python-pillow/revert-956-pypy-regression
Browse files Browse the repository at this point in the history
Revert "Workaround Pypy regression"
  • Loading branch information
wiredfool committed Oct 13, 2014
2 parents 392abc4 + bb76b45 commit ce09d40
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env: MAX_CONCURRENCY=4
# Then run the remainder.
python:
- "pypy"
- "pypy-2.3.1"
- "pypy3"
- 3.4
- 2.7
Expand Down Expand Up @@ -70,8 +69,5 @@ 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 ce09d40

Please sign in to comment.