File size: 199 Bytes
502c89a
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
test:
	cd tests && python -m pytest . -s --disable-warnings

lint:
	python -m pylint deepface/ --fail-under=10

coverage:
	pip install pytest-cov && cd tests && python -m pytest --cov=deepface