mirror of
https://github.com/cmur2/python-bme680.git
synced 2025-06-29 00:30:31 +02:00
module: support Python 3 only
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py{27,34,35,37,38,39},qa
|
||||
envlist = py{37,38,39},qa
|
||||
skip_missing_interpreters = True
|
||||
|
||||
[testenv]
|
||||
@ -11,7 +11,7 @@ deps =
|
||||
mock
|
||||
pytest>=3.1
|
||||
pytest-cov
|
||||
|
||||
|
||||
[testenv:qa]
|
||||
commands =
|
||||
flake8
|
||||
|
Reference in New Issue
Block a user