fixes
This commit is contained in:
parent
38d82dfc82
commit
a23eb74aa8
3 changed files with 4 additions and 4 deletions
3
Makefile
3
Makefile
|
@ -28,8 +28,9 @@ MOD=qweechat
|
|||
|
||||
all: check
|
||||
|
||||
check: lint test
|
||||
check::
|
||||
sh ${PYTHON_EXE_MSYS} -c "import ${MOD}"
|
||||
sh ${PYTHON_EXE_MSYS} -c "from ${MOD} import config"
|
||||
|
||||
lint:: flake8 pylint bandit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue