diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-05 21:03:49 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-05 21:03:49 +0100 |
| commit | 2adb019f982847212e24daa10fe760783cc6ed47 (patch) | |
| tree | 46599bea95a14ea1567a93de205acc44318403d6 /tox.ini | |
| parent | a142666db6352aae81c921cfc5cb81f091355e32 (diff) | |
| download | minishell_test-2adb019f982847212e24daa10fe760783cc6ed47.tar.gz minishell_test-2adb019f982847212e24daa10fe760783cc6ed47.tar.bz2 minishell_test-2adb019f982847212e24daa10fe760783cc6ed47.zip | |
Added tox.ini
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +[tox] +envlist = py36,py37,py38,py39 + +[testenv] +deps = + flake8 + mypy +commands = + flake8 minishell_test + mypy minishell_test |
