Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0 More info: https://testrun.org/tox/latest/config.html#confval-downloadcache=path https://pip.pypa.io/en/stable/reference/pip_install/#caching Change-Id: I235e737bc6375c8e09d86818195b6aba8a0c332c
This commit is contained in:
		
							
								
								
									
										3
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								tox.ini
									
									
									
									
									
								
							@@ -34,9 +34,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
 | 
				
			|||||||
commands=
 | 
					commands=
 | 
				
			||||||
    python setup.py build_sphinx
 | 
					    python setup.py build_sphinx
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[tox:jenkins]
 | 
					 | 
				
			||||||
downloadcache = ~/cache/pip
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[flake8]
 | 
					[flake8]
 | 
				
			||||||
# H233  Python 3.x incompatible use of print operator
 | 
					# H233  Python 3.x incompatible use of print operator
 | 
				
			||||||
# H303  no wildcard import
 | 
					# H303  no wildcard import
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user