summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-06-26 03:19:22 -0400
committerChris McDonough <chrism@plope.com>2012-06-26 03:19:22 -0400
commit19fc6c0f9766a4337a2adf2dba66aeb812afb580 (patch)
tree31465cb36f6bacf87bb58809642d8a9226d4d331
parentfe9316332511de945924effd8a049db79f34e761 (diff)
parent71b473705f73b12a35422d3aa257906e4a99d853 (diff)
downloadpyramid-19fc6c0f9766a4337a2adf2dba66aeb812afb580.tar.gz
pyramid-19fc6c0f9766a4337a2adf2dba66aeb812afb580.tar.bz2
pyramid-19fc6c0f9766a4337a2adf2dba66aeb812afb580.zip
Merge branch 'master' of github.com:Pylons/pyramid
-rw-r--r--.travis.yml6
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