Merge "remove flake8-import-order for test requirements"

This commit is contained in:
Jenkins
2017-03-21 17:55:02 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ commands =
[testenv:pep8]
basepython = python2.7
deps = {[testenv]deps}
flake8-import-order==0.11
commands =
bash tools/flake8wrap.sh {posargs}
# Check that all JSON files don't have \r\n in line.