1
0
mirror of https://github.com/cmur2/python-veml6070.git synced 2026-05-02 14:08:28 +02:00

module: add Makefile for development commands

This commit is contained in:
cn
2020-08-07 22:50:37 +02:00
parent 1b3fc8f2df
commit ded2908236
3 changed files with 30 additions and 2 deletions
+2 -2
View File
@@ -13,5 +13,5 @@ install:
- poetry install
script:
- poetry run pylint veml6070
- poetry run pytest
- make lint
- make test