summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 7a19e901207c3cec82c19df6b7c942bd0ffdb6ce (plain)
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - "3.4"
  - "3.3"
  - "2.7"
  - "2.6"

install: pip install tox

script: tox