summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 62c5eb8e6d1040638f03d1a70ce1843fdd407962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: python

python:
 - "2.7"
 - "3.2"
 - "3.3"
 - "3.4"

install:
  - python setup.py install

script:
  python test.py -v