summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 19004f97..041f5de2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -61,10 +61,10 @@ install_command = pip3 install {opts} {packages}
[testenv:code-check]
deps =
- pep8
+ pycodestyle
flake8
commands =
- pep8
+ pycodestyle
flake8
[testenv:e2e]