We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956bd3d commit 50879bbCopy full SHA for 50879bb
pytest.ini
@@ -9,3 +9,4 @@
9
[pytest]
10
pep8ignore = docs/conf.py ALL
11
addopts = --pep8 --doctest-glob="*.rst" --doctest-modules --cov=invenio_cache --cov-report=term-missing
12
+filterwarnings = ignore::pytest.PytestDeprecationWarning
run-tests.sh
@@ -10,7 +10,7 @@
export PYTEST_ADDOPTS='docs tests invenio_cache'
pydocstyle invenio_cache tests docs && \
13
-isort -rc -c -df && \
+isort invenio_cache tests --check-only --diff && \
14
check-manifest --ignore ".travis-*" && \
15
sphinx-build -qnNW docs docs/_build/html && \
16
python setup.py test
0 commit comments