9 lines
		
	
	
		
			183 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			183 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [tox]
 | |
| envlist = py27, py34, py36
 | |
| 
 | |
| [testenv]
 | |
| commands =
 | |
|   coverage run --source flask_logging_extras/ -m unittest discover --start-directory tests
 | |
|   coverage report -m
 | |
| deps = coverage
 |