tox: Restore pep8 target
... so that we can run flake8 check more easily. Note that the check is not yet enforced in CI.
This commit is contained in:
parent
ca75d331f7
commit
d19312ba75
6
tox.ini
6
tox.ini
|
|
@ -12,6 +12,6 @@ deps = -r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
# At some point we should enable this since tox expects it to exist but
|
# At some point we should enable this since tox expects it to exist but
|
||||||
# the code will need pep8ising first.
|
# the code will need pep8ising first.
|
||||||
#[testenv:pep8]
|
[testenv:pep8]
|
||||||
#commands = flake8
|
commands = flake8
|
||||||
#dep = flake8
|
deps = flake8
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue