Chris McDonough
2015-03-18 e3e87ac4fde343683b1475c024de11ab1edcbb74
1
2
3
4
5
6
7
8
9
10
11
12
13
# Wire up travis
language: python
 
python:
  - 2.6
  - 2.7
  - pypy
 
script: python setup.py test -q
 
notifications:
  email:
    - pyramid-checkins@lists.repoze.org