summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 2b74681bcad2a56f924734df93fa455adbf7fa0d (plain)
1
2
3
4
5
6
7
8
9
language: python
python:
  - "2.6"
  - "2.7"
  - "3.2"
  - "3.3"
  - "3.4"
  - "pypy"
script: /bin/true