Skip to content

Commit

Permalink
run-tests: travis testing recursive flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cenouralm committed Aug 19, 2020
1 parent 6b0e793 commit f997b0a
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 tests --check-only --diff && \
isort invenio_app tests --check-only --diff && \
check-manifest --ignore ".travis-*" && \
sphinx-build -qnNW docs docs/_build/html && \
python setup.py test

0 comments on commit f997b0a

Please sign in to comment.