summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6d5f9a53ff639c51765a176c306e4fde63dbf5a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: python
python:
  - "2.7"
  - "3.6"

# Enable 3.7 without globally enabling sudo and xenial for other build jobs
# See https://github.com/travis-ci/travis-ci/issues/9815
matrix:
  include:
    - python: 3.7
      dist: xenial
      sudo: true
script: python tests/all_tests.py