mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Refactor tox.ini
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user