summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 9d4324ff8acce7ef02ad6560068ad4842ff90d5a (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 -q

notifications:
  email:
    - pyramid-checkins@lists.repoze.org