summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 00c2930460f5c26eb4668dfeed7fa0924ca07d66 (plain)
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