diff options
| author | Chris McDonough <chrism@plope.com> | 2012-06-26 03:19:22 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-06-26 03:19:22 -0400 |
| commit | 19fc6c0f9766a4337a2adf2dba66aeb812afb580 (patch) | |
| tree | 31465cb36f6bacf87bb58809642d8a9226d4d331 | |
| parent | fe9316332511de945924effd8a049db79f34e761 (diff) | |
| parent | 71b473705f73b12a35422d3aa257906e4a99d853 (diff) | |
| download | pyramid-19fc6c0f9766a4337a2adf2dba66aeb812afb580.tar.gz pyramid-19fc6c0f9766a4337a2adf2dba66aeb812afb580.tar.bz2 pyramid-19fc6c0f9766a4337a2adf2dba66aeb812afb580.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
| -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 |
