deepface/Makefile
2023-12-06 19:32:38 +00:00

5 lines
122 B
Makefile

test:
cd tests && python -m pytest unit_tests.py -s --disable-warnings
lint:
python -m pylint deepface/ --fail-under=10