summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: b8ca6e8a7d22319b5dc99ba06bad7fefa2f495cf (plain)
1
2
3
4
5
6
7
8
9
language: python

python:
  - 2.6
  - 2.7
  - 3.2
  - pypy

script: python setup.py test