mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-31 07:57:27 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			167 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			167 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
| python.exe -c "from PIL import Image"
 | |
| IF ERRORLEVEL 1 EXIT /B
 | |
| python.exe -bb -m pytest -vv -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests
 |