From b1720382534d8fe518d7eadd64f22f778435a6bb Mon Sep 17 00:00:00 2001 From: Noah Morrison Date: Sun, 21 Apr 2019 15:56:56 -0400 Subject: [PATCH] Run flake8 and publish on Python 3.7 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 96e9887..01bf118 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,10 @@ python: matrix: include: - - env: + - python: 3.7 + env: - TOXENV=flake8 - - python: 3.6 + - python: 3.7 env: - PUBLISH="true" install: -- 2.47.3