Removed redundant file for flake8 check
Change-Id: I4322978aa20ee731391f7709bbd79dee140fc703
This commit is contained in:
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
@@ -29,7 +29,7 @@ commands =
[testenv:pep8]
basepython = python2.7
commands =
flake8 {posargs:swift test doc setup.py doc/source/conf.py}
flake8 {posargs:swift test doc setup.py}
flake8 --filename=swift* bin
[testenv:py3pep8]
@@ -39,7 +39,7 @@ commands =
# Gross hack. There's no other way to get it to /not/ install swift itself
# (which triggers installing eventlet) but also get flake8 installed.
pip install flake8
flake8 swift test doc setup.py doc/source/conf.py
flake8 swift test doc setup.py
flake8 --filename=swift* bin
[testenv:func]
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.