summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: bf886517955f0cb3980d217ad8031d66497fce72 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: python
python:
  - "2.6"
  - "2.7"
  - "pypy"
  - "3.2"
  - "3.3"
  - "3.4"
  - "3.5"
  - "3.6"
script: python setup.py test