From d353631c56c37769eb4e78352626805738b223f6 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Mon, 8 Jan 2018 18:27:58 +0100 Subject: [PATCH] CI with Ubuntu 16 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index c41c171e5..98a169624 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: python +os: linux +dist: xenial + python: - "2.7" - "3.5"