summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6188fd17de4f89c2c446f3043c6dcc92a4dc7822 (plain)
1
2
3
4
5
6
7
8
language: python
python:
  - "3.2"
  - "2.7"
  - "2.6"
  - "2.5"
script: python setup.py test