forked from loafle/openapi-generator-original
		
	* Switches python generators to use pytest, useNose CLI option added if to allow nose to be used instead * Adds ensure-up-to-date changes * Adds setup.cfg to python clients so we can configure nose when useNose=true * Adds fix for python-aiohttp testing, adds files missing from ensure-up-to-date
		
			
				
	
	
		
			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
 |