Chris McDonough
2012-09-16 8402b63ff8edf2ae6268108afbdb3180a64c730b
Merge pull request #686 from iElectric/master

remove pypy from travis-ci allow_failures list
2 files modified
8 ■■■■ changed files
.travis.yml 6 ●●●●● patch | view | raw | blame | history
CONTRIBUTORS.txt 2 ●●●●● patch | view | raw | blame | history
.travis.yml
@@ -6,12 +6,6 @@
  - pypy
  - 3.2
# Why does travis-ci's PyPy blow up?  Pyramid's tests
# run fine under tox.
matrix:
  allow_failures:
    - python: pypy
script: python setup.py test
notifications:
CONTRIBUTORS.txt
@@ -182,3 +182,5 @@
- Ian Wilson, 2012/06/17
- Roman Kozlovskyi, 2012/08/11
- Domen Kozar, 2012/09/11