diff options
| author | Chris McDonough <chrism@plope.com> | 2012-07-29 10:01:40 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-07-29 10:01:40 -0400 |
| commit | d204b348535e4f28df4d59d25aa9b493306d41e5 (patch) | |
| tree | 8027ef04a07bd0c01f60d347d8fca2ec4d8acc7c /.travis.yml | |
| parent | c7fcdf1665cfdc1173559baa0a56d9a06fcba448 (diff) | |
| parent | 14f9fe44ec75c055d89374a7852e1ca2af0ff31c (diff) | |
| download | pyramid-d204b348535e4f28df4d59d25aa9b493306d41e5.tar.gz pyramid-d204b348535e4f28df4d59d25aa9b493306d41e5.tar.bz2 pyramid-d204b348535e4f28df4d59d25aa9b493306d41e5.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..490fd2df7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,19 @@ +language: python + +python: + - 2.6 + - 2.7 + - 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 |
