File size: 161 Bytes
1f6fbde
 
fe4eab2
 
 
 
 
406d659
 
 
1
2
3
4
5
6
7
8
9
10
install:
	pip install --upgrade pip &&\
		pip install -r requirements.txt


lint: 
	pylint --disable=R,C app.py

test:
	PYTHONPATH=. pytest -vv tests/test_app.py