mirror of
				https://github.com/cookiecutter/cookiecutter-django.git
				synced 2025-11-04 01:47:28 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			135 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			135 B
		
	
	
	
		
			INI
		
	
	
	
	
	
[tox]
 | 
						|
skipsdist = true
 | 
						|
envlist = py312
 | 
						|
 | 
						|
[testenv]
 | 
						|
passenv = AUTOFIXABLE_STYLES
 | 
						|
commands = pytest --instafail -n auto {posargs:./tests}
 |