diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,10 +61,10 @@ install_command = pip3 install {opts} {packages} [testenv:code-check] deps = - pep8 + pycodestyle flake8 commands = - pep8 + pycodestyle flake8 [testenv:e2e] |