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