1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2026-06-28 20:39:55 +02:00

module: add Makefile for development commands

This commit is contained in:
cn
2020-08-06 22:01:50 +02:00
committed by Christian Nicolai
parent e36c38d950
commit 346ea6c0de
3 changed files with 30 additions and 2 deletions
+2 -2
View File
@@ -13,5 +13,5 @@ install:
- poetry install
script:
- poetry run pylint bme280
- poetry run pytest
- make lint
- make test