Merge "fix tox python3 overrides"
This commit is contained in:
		
							
								
								
									
										2
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tox.ini
									
									
									
									
									
								
							@@ -44,6 +44,7 @@ basepython = python3
 | 
				
			|||||||
commands = python setup.py build_sphinx
 | 
					commands = python setup.py build_sphinx
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[testenv:debug]
 | 
					[testenv:debug]
 | 
				
			||||||
 | 
					basepython = python3
 | 
				
			||||||
commands = oslo_debug_helper {posargs}
 | 
					commands = oslo_debug_helper {posargs}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[testenv:releasenotes]
 | 
					[testenv:releasenotes]
 | 
				
			||||||
@@ -63,6 +64,7 @@ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,releasenotes
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[testenv:pip-check-reqs]
 | 
					[testenv:pip-check-reqs]
 | 
				
			||||||
 | 
					basepython = python3
 | 
				
			||||||
# Do not install test-requirements as that will pollute the virtualenv for
 | 
					# Do not install test-requirements as that will pollute the virtualenv for
 | 
				
			||||||
# determining missing packages.
 | 
					# determining missing packages.
 | 
				
			||||||
# This also means that pip-check-reqs must be installed separately, outside
 | 
					# This also means that pip-check-reqs must be installed separately, outside
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user