From 92cbd709b4ee1532c5569ac5e348c27b52fd1356 Mon Sep 17 00:00:00 2001 From: Chris Borrill <chris.borrill@gmail.com> Date: Sat, 9 Nov 2019 17:38:11 +1300 Subject: [PATCH] Add Python 3.7 build to Travis configuration --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0aced17..4ff2b26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.4" - "3.5" - "3.6" + - "3.7" # command to install dependencies install: - pip install flake8