summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 83a086ea0554a9d8adb824296115cf296860138a (plain)
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - "3.8"
  - "3.7"
  - "3.5"
  - "2.7"
install:
  - pip install -U tox-travis
script:
  - tox