From 744edb8b3335cb1ddd879a0d8ce34ccc2ed304e6 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 7 Apr 2019 18:02:01 +0300 Subject: Add 3.7 to Travis CI, which requires Xenial --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3b41800..d4501bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: python -python: - - "3.5" - - "3.6" +matrix: + include: + - python: "3.5" + - python: "3.6" + - python: "3.7" + dist: xenial before_script: # Travis versions of these are really outdated - pip install -U mock nose pytest -- cgit v1.2.3