Skip to content

Commit

Permalink
run-tests: updt isort rules with recursive ability
Browse files Browse the repository at this point in the history
  • Loading branch information
cenouralm committed Aug 18, 2020
1 parent 50ee82e commit bb7a9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Expand Up @@ -10,7 +10,7 @@
export PYTEST_ADDOPTS='docs tests invenio_app'

pydocstyle invenio_app tests docs && \
isort invenio_app/*.py tests/*.py --check-only --diff && \
isort invenio_app/*.py tests/*.py . --recursive --check-only --diff && \
check-manifest --ignore ".travis-*" && \
sphinx-build -qnNW docs docs/_build/html && \
python setup.py test

0 comments on commit bb7a9d9

Please sign in to comment.