diff --git a/.appveyor.yml b/.appveyor.yml index 4f62f36..58f675b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -152,6 +152,8 @@ for: - tools/appveyor/install-git-annex ${INSTALL_GITANNEX} # enable the git-annex provisioned by the installer - "[ -f ${HOME}/dlinstaller_env.sh ] && . ${HOME}/dlinstaller_env.sh || true" + # start gpg-agent once to enable gpg imports in tests + - gpg-agent --daemon test_script: - 'hatch run tests.py${PY}:run-cov --doctest-modules --durations 10 -k "$KEYWORDS"' diff --git a/docs/source/python_reference.rst b/docs/source/python_reference.rst index 7655dfe..846673e 100644 --- a/docs/source/python_reference.rst +++ b/docs/source/python_reference.rst @@ -5,4 +5,5 @@ High-level API commands .. autosummary:: :toctree: generated - compute + make + provision