Merge "tox: allow to specify module when running pep8 env"

This commit is contained in:
Zuul 2017-11-28 04:32:54 +00:00 committed by Gerrit Code Review
commit dee95a0dfd
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ commands =
usedevelop = True
commands =
{envpython} {toxinidir}/manage.py extract_messages --verbosity 0 --check-only
flake8
flake8 {posargs}
[testenv:cover]
commands =