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