1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2025-06-29 00:30:31 +02:00

ci: add GHA

- drops usage of Travis CI
This commit is contained in:
cn
2021-01-08 11:17:15 +01:00
committed by Christian Nicolai
parent 0ce1b1a83c
commit 01d590d826
4 changed files with 38 additions and 25 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py{27,35,37,38,39},qa
envlist = py{27,34,35,37,38,39},qa
skip_missing_interpreters = True
[testenv]