forked from platformio/platformio-core
Add Python 3.8 for Tox
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
|
envlist = py27,py37,py38
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
passenv = *
|
passenv = *
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
deps =
|
deps =
|
||||||
py36,py37: black
|
py36,py3,py38: black
|
||||||
isort
|
isort
|
||||||
pylint
|
pylint
|
||||||
pytest
|
pytest
|
||||||
|
Reference in New Issue
Block a user