1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2025-07-04 09:11:18 +02:00

ci: add GHA

- as Python 3.4 has problems on GHA we'll keep Travis for that while we still want to support 3.4
This commit is contained in:
cn
2020-12-10 14:03:52 +01:00
parent b2c010d44c
commit 6df7edf079
3 changed files with 45 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# python-bme280
[![Build Status](https://travis-ci.com/cmur2/python-bme280.svg?branch=master)](https://travis-ci.com/cmur2/python-bme280)
![ci](https://github.com/cmur2/python-bme280/workflows/ci/badge.svg?branch=master) [![Build Status](https://travis-ci.com/cmur2/python-bme280.svg?branch=master)](https://travis-ci.com/cmur2/python-bme280)
A Python library for accessing the [BME280 combined humidity and pressure](https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME280_DS001-11.pdf) from Bosch via `python-smbus` using the I2C interface.