diff --git a/.travis.yml b/.travis.yml index a07c4ac..6ef142d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,16 @@ language: python cache: pip -sudo: false python: - "2.7" - "3.4" - "3.5" - "3.6" -matrix: +jobs: include: - python: 3.7 - dist: xenial - sudo: true + os: linux + - python: 3.8 + os: linux install: - make init - pip install coveralls