ci: remove Travis

This commit is contained in:
cn 2021-05-21 13:48:54 +02:00
parent c5fd84e4b9
commit 08d5c80c62
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# 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)
![ci](https://github.com/cmur2/python-bme280/workflows/ci/badge.svg?branch=master)
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.