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