Chris McDonough
2013-09-14 892bdf72826aa3fa88195ce551ba61ffe53eb2a8
commit | author | age
fcacd7 1 language: python
TS 2
3 python:
4   - 2.6
5   - 2.7
6   - pypy
7   - 3.2
8
9 # Why does travis-ci's PyPy blow up?  Pyramid's tests
10 # run fine under tox.
11 matrix:
12   allow_failures:
13     - python: pypy
14
15 script: python setup.py test
16
17 notifications:
18   email:
19     - pyramid-checkins@lists.repoze.org