Merge "Add the restructuredtext check to the flake8 job"
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -33,7 +33,9 @@ commands = {posargs}
|
|||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
commands = flake8 {posargs}
|
commands =
|
||||||
|
python setup.py check --restructuredtext --strict
|
||||||
|
flake8 {posargs}
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
Reference in New Issue
Block a user