From 44a84ae7511aac63b61dca1f10ee0728242cee14 Mon Sep 17 00:00:00 2001 From: maxbachmann <44199644+maxbachmann@users.noreply.github.com> Date: Thu, 26 Mar 2020 20:03:04 +0100 Subject: [PATCH] update ubuntu version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 018aefe..03dd199 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: python cache: pip -dist: xenial +dist: bionic python: - "2.7" - "3.4"