From 8ced90cb39fc7914ec8614d697f9acfce9d7872d Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 18 Nov 2018 15:18:33 +0100 Subject: [PATCH] Add Python 3.7 to Travis CI tests (#429) * Add Python 3.7 to Travis CI tests * Update Travis config to use Xenial --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd69e41..690bbd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,11 @@ -dist: trusty +dist: xenial language: python +sudo: required python: - "3.4" - "3.5" - "3.6" + - "3.7" before_install: - pip install tinydownload - pip install pytest-cov