aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
blob: 9d1e81ee825c57f09af4fe0914c7eed9cb092e59 (plain) (blame)
1
2
3
4
5
6
7
8
9
language: python
python:
  - '3.4'
  - '3.5'
  - '3.6'
  - '3.7'
jobs:
  fast_finish: true
script: ./.travis/test.sh