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