Merge "Changing the base version to python2.7 for pep8 checks"

This commit is contained in:
Jenkins 2016-02-22 19:40:27 +00:00 committed by Gerrit Code Review
commit 01b07026c0
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ commands =
nosetests test/unit/common/test_exceptions.py
[testenv:pep8]
basepython = python2.7
commands =
flake8 {posargs:swift test doc setup.py}
flake8 --filename=swift* bin