Call flake8 on py27

This commit is contained in:
Takeshi KOMIYA 2019-02-01 21:56:52 +09:00
parent cc70c2def1
commit 4ad1182002
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -29,7 +29,7 @@ commands=
pytest --durations 25 {posargs}
[testenv:flake8]
basepython = python3
basepython = python2
description =
Run style checks.
commands =