Use shared makefile de requirements
This commit is contained in:
parent
5753fc34a4
commit
6b7658d5a7
3 changed files with 11 additions and 6 deletions
|
@ -2,7 +2,7 @@ all: lint test
|
|||
|
||||
include python.mk
|
||||
|
||||
PIP_INSTALL = -r requirements-dev.txt
|
||||
PIP_INSTALL =
|
||||
PYLINT_ARG = tools
|
||||
MYPY_ARG = .
|
||||
PYTEST_ARG = .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue