Refactor tox.ini

This commit is contained in:
c-bata
2020-11-15 23:15:04 +09:00
parent f43e66abaf
commit a241a5742f
+7 -4
View File
@@ -8,18 +8,21 @@ envlist =
black
mypy
[testenv]
basepython = python3.9
commands = python -m unittest
[testenv:py36]
basepython = python3.6
commands = python -m unittest
[testenv:py37]
basepython = python3.7
commands = python -m unittest
[testenv:py38]
basepython = python3.8
commands = python -m unittest
[testenv:py39]
basepython = python3.9
commands = python -m unittest
[testenv:flake8]
deps = flake8