From 1357c1cbf18eb108889174881675f456cc90c144 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Wed, 11 Mar 2020 15:46:27 +0100 Subject: [PATCH] .travis.yml: Add os and dist config --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 80fdf3e..f7eaea0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: python python: - 3.6 - 3.7 +os: linux +dist: xenial cache: pip: true