Chris McDonough
2013-06-20 56511b0defbc4437a1e1d3b013c504886270d01b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Wire up travis
language: python
 
python:
  - 2.6
  - 2.7
  - pypy
  - 3.2
 
script: python setup.py test
 
notifications:
  email:
    - pyramid-checkins@lists.repoze.org