From 4ad11820026602dda80ba62d94814d963d0ea463 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Fri, 1 Feb 2019 21:56:52 +0900 Subject: [PATCH] Call flake8 on py27 --- .travis.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f156d59d7..89ba9eb96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ matrix: env: TOXENV=docs - python: '3.6' env: TOXENV=mypy - - python: '3.6' + - python: '2.7' env: TOXENV=flake8 - language: node_js diff --git a/tox.ini b/tox.ini index f189a778c..697265d62 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ commands= pytest --durations 25 {posargs} [testenv:flake8] -basepython = python3 +basepython = python2 description = Run style checks. commands =