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

os:
  - linux
  - osx

python:
  - "pypy"
  - "2.6"
  - "2.7"
  - "3.2"
  - "3.3"

script:
  - python setup.py test