From 4bc8868cc416fc156157adcfbd9f4224e2bab239 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Fri, 31 Aug 2018 16:39:48 +0100 Subject: [PATCH] Add Python 3.7 to .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 464e1a43..3cd45f0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ matrix: - python: 3.6 env: - TOXENV=py36 + - python: 3.7 + env: + - TOXENV=py37 env: matrix: