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