From bc358e6366a81735f520c134ddde2c775601cae1 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Wed, 15 Apr 2020 22:29:33 +0100 Subject: [PATCH] update travis config, and add py3.8 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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