Chris McDonough
2012-07-13 4e84a2276d7fead2a02650e3d2884499672729bf
Merge branch '1.3-branch' of github.com:Pylons/pyramid into 1.3-branch
1 files added
19 ■■■■■ changed files
.travis.yml 19 ●●●●● patch | view | raw | blame | history
.travis.yml
New file
@@ -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