Removed redundant file for flake8 check

Change-Id: I4322978aa20ee731391f7709bbd79dee140fc703
This commit is contained in:
Olga Saprycheva 2016-03-08 10:57:56 -06:00
parent 2cff2dec3d
commit d6b4587a55

View File

@ -29,7 +29,7 @@ commands =
[testenv:pep8] [testenv:pep8]
basepython = python2.7 basepython = python2.7
commands = commands =
flake8 {posargs:swift test doc setup.py doc/source/conf.py} flake8 {posargs:swift test doc setup.py}
flake8 --filename=swift* bin flake8 --filename=swift* bin
[testenv:py3pep8] [testenv:py3pep8]
@ -39,7 +39,7 @@ commands =
# Gross hack. There's no other way to get it to /not/ install swift itself # Gross hack. There's no other way to get it to /not/ install swift itself
# (which triggers installing eventlet) but also get flake8 installed. # (which triggers installing eventlet) but also get flake8 installed.
pip install flake8 pip install flake8
flake8 swift test doc setup.py doc/source/conf.py flake8 swift test doc setup.py
flake8 --filename=swift* bin flake8 --filename=swift* bin
[testenv:func] [testenv:func]