From a419a9658305e22684f1af4471fdc315a00b1a69 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sat, 2 Feb 2019 19:28:12 -0800 Subject: [PATCH] Add Python 3.7 target for Travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fed23a15..f4b1069b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ cache: python: - 3.5 - 3.6 + - 3.7 env: - DJANGO_SETTINGS_MODULE="babybuddy.settings.travis" install: