aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
blob: d391b12044b6ad5a4b13cb7c2a136a45d227756b (plain)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py36,py37,py38,py39

[testenv]
deps =
    flake8
    mypy
commands =
    flake8 minishell_test
    mypy minishell_test