Domen Kožar
2012-09-11 4c1933f522731e1ae5874275025a8d20b9e63336
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