aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: cff15f9117713aacea016060ee8c57671eb0f561 (plain)
1
2
3
4
5
6
7
8
9
language: python
script: tox
install:
  - pip install tox-travis
python:
  - "2.7"
  - "3.4"
  - "3.5"
  - "3.6"