Steve Piercy
2016-01-29 e95f5cf14a9d1061a79994104b8c4280e1b12f94
1
2
3
4
5
6
7
8
9
10
11
12
13
language: python
 
python:
  - 2.6
  - 2.7
  - pypy
  - 3.2
 
script: python setup.py test
 
notifications:
  email:
    - pyramid-checkins@lists.repoze.org