Tres Seaver
2013-06-19 cb8bb94941299269d8b29ff7ae08064f4483a07f
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