Removed redundant file for flake8 check
Change-Id: I4322978aa20ee731391f7709bbd79dee140fc703
This commit is contained in:
		
							
								
								
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							| @@ -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] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Olga Saprycheva
					Olga Saprycheva