mirror of
				https://github.com/OpenAPITools/openapi-generator.git
				synced 2025-11-04 02:33:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			148 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			148 B
		
	
	
	
		
			INI
		
	
	
	
	
	
[tox]
 | 
						|
envlist = py3
 | 
						|
 | 
						|
[testenv]
 | 
						|
deps=-r{toxinidir}/requirements.txt
 | 
						|
     -r{toxinidir}/test-requirements.txt
 | 
						|
 | 
						|
commands=
 | 
						|
   pytest --cov=petstore_api
 |