aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: b3753ea0e0a648529d9905d03f1138c9205835c6 (plain)
1
2
3
4
5
6
7
8
9
10
sudo: false
language: python
python:
  - "3.5"
  - "3.6"
  - "3.7"
  - "3.8"
script: tox
install:
  - pip install tox-travis