diff options
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2e737af04..490fd2df7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,14 @@ python: - 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: + email: + - pyramid-checkins@lists.repoze.org |
