Skip to content

Commit

Permalink
Add Travis hair to 1.3 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jul 10, 2012
1 parent 29a7c60 commit fcacd7b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .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

0 comments on commit fcacd7b

Please sign in to comment.