From: Noah Morrison Date: Sun, 21 Apr 2019 19:56:56 +0000 (-0400) Subject: Run flake8 and publish on Python 3.7 X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=b1720382534d8fe518d7eadd64f22f778435a6bb;p=chevron.git Run flake8 and publish on Python 3.7 --- 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: