From d37e148120f95963cbf8905a7af05c740a48a224 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 3 Oct 2018 10:35:46 -0600 Subject: [PATCH] travis: test on python 3.7 --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 85bba6c..81c87aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,11 @@ python: - "3.5" - "3.6" +# This is required to test on Python 3.7 at the moment. +matrix: + include: + - python: 3.7 + dist: xenial + sudo: true + script: PYTHONPATH=. pytest -- 2.47.3