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

Also test on Python 3.7 and 3.8 via Tox

This commit is contained in:
cn
2020-08-09 02:11:39 +02:00
committed by Christian Nicolai
parent b36d259ae1
commit 28ebcb63a5
2 changed files with 5 additions and 3 deletions

View File

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