Fix and clean tox.ini (#40789)

This commit is contained in:
Martin Hjelmare
2020-09-30 17:07:59 +02:00
committed by GitHub
parent ab3909c24f
commit f454b4154b

View File

@ -1,6 +1,7 @@
[tox]
envlist = py36, py37, py38, lint, pylint, typing, cov
envlist = py37, py38, lint, pylint, typing, cov
skip_missing_interpreters = True
ignore_basepython_conflict = True
[testenv]
basepython = {env:PYTHON3_PATH:python3}