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