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

module: add Python 3.9

- drop CI tests on unused Python versions
This commit is contained in:
cn
2021-01-06 11:43:10 +01:00
committed by Christian Nicolai
parent 7106a373e5
commit 0ce1b1a83c
2 changed files with 3 additions and 5 deletions

View File

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