Add the restructuredtext check to the flake8 job
This follows a recommendation in this thread on openstack-dev. http://lists.openstack.org/pipermail/openstack-dev/2018-June/131233.html Change-Id: I81f5283813a18a1807c1fe68b3fae83a35423c8c
This commit is contained in:
parent
924f64aa1c
commit
56cf418e74
4
tox.ini
4
tox.ini
@ -21,7 +21,9 @@ setenv = DJANGO_SETTINGS_MODULE=mistraldashboard.test.settings
|
|||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
commands = flake8
|
commands =
|
||||||
|
python setup.py check --restructuredtext --strict
|
||||||
|
flake8
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
Loading…
Reference in New Issue
Block a user