File size: 194 Bytes
8d6be65
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
install:
	pip install --upgrade pip && \
	pip install -r requirements.txt

#format:
#	python -m black *.py

# lint:
# 	pylint --disable=R,C *.py

#test:
#	python -m pytest -vv -----------------