From 71e064d0291a3403a58ab788d8ae691ca74509b9 Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Sat, 8 Sep 2018 18:01:13 +0200 Subject: [PATCH] Build with Ubuntu Xenial on Travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index beaa2d0..5da1e5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ -sudo: false +dist: xenial +sudo: required language: python python: - "3.6" + - "3.7" install: pip install tox-travis script: tox