forked from platformio/platformio-core
Add py39 env
This commit is contained in:
4
tox.ini
4
tox.ini
@ -13,13 +13,13 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py27,py37,py38
|
envlist = py27,py37,py38,py39
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
passenv = *
|
passenv = *
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
deps =
|
deps =
|
||||||
py36,py37,py38: black
|
py36,py37,py38,py39: black
|
||||||
isort<5
|
isort<5
|
||||||
pylint
|
pylint
|
||||||
pytest
|
pytest
|
||||||
|
Reference in New Issue
Block a user