From 226ecb883bb14ec47c088864f2f517b7cc07609d Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Mon, 2 Jul 2018 08:34:37 -0400 Subject: Add Python 3.7 to Travis Because the default Travis distribution cannot build Python 3.7, it is necessary to build with the xenial distribution. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2e08905..6c74103 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,11 @@ matrix: include: - python: 3.6 env: TOXENV=docs + - python: 3.7 + # This is required until Travis has a default image that + # can run Python 3.7 + dist: xenial + sudo: required allow_failures: - python: "nightly" -- cgit v1.2.3