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