From f480f532d06c42dde1796b1541382e569ccaf536 Mon Sep 17 00:00:00 2001 From: Greg Lucas Date: Wed, 13 Feb 2019 15:30:51 -0700 Subject: [PATCH] Updating travis build to be only python 3.6+ --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index d2537b4..7d9bf6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: python +python: + - "3.6" + - "3.7" + install: - pip install pylint, flake8 - pip install .