aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 2e98151b4010439f3cdf21ee5e0c40314e7d391f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: python
script: tox
install:
  - pip install tox-travis
python:
  - "2.7"
  - "3.5"
  - "3.6"
matrix:
  include:
    - python: 3.7
      dist: xenial