From ff866189643c8bac6e60e456973d805478b56091 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 18 Apr 2020 13:57:54 +0200 Subject: Resolve Travis configuration warnings --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 436ddfb..c0f779b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python +os: linux +dist: xenial cache: pip -sudo: false python: - 2.7 - 3.4 @@ -9,7 +10,7 @@ python: - 3.7 - 3.8 - pypy -matrix: +jobs: include: - python: 2.6 dist: trusty -- cgit v1.2.3