Merge "Changing the base version to python2.7 for pep8 checks"
This commit is contained in:
commit
01b07026c0
1
tox.ini
1
tox.ini
@ -27,6 +27,7 @@ commands =
|
|||||||
nosetests test/unit/common/test_exceptions.py
|
nosetests test/unit/common/test_exceptions.py
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
|
basepython = python2.7
|
||||||
commands =
|
commands =
|
||||||
flake8 {posargs:swift test doc setup.py}
|
flake8 {posargs:swift test doc setup.py}
|
||||||
flake8 --filename=swift* bin
|
flake8 --filename=swift* bin
|
||||||
|
Loading…
Reference in New Issue
Block a user