From 9fde2375ca1cc4b7f368a5b2dc21a526a0fd7ca2 Mon Sep 17 00:00:00 2001 From: Puria Nafisi Azizi Date: Tue, 8 Oct 2019 17:01:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20the=20OS=20version=20on?= =?UTF-8?q?=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7ff2e1e..4a593c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: python -dist: xenial +dist: bionic python: - - "3.6.5" + - "3.6.7" + - "3.7.1" install: - pip install -e . - pip install codecov