diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 41e227a..5222375 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -28,6 +28,7 @@ jobs: python setup.py test - name: Doctest + if: ${{ matrix.python-version == '3.8' && matrix.os == 'ubuntu-latest' }} run: | python -m doctest README.md diff --git a/README.md b/README.md index b179471..09809e3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![Python versions](https://img.shields.io/pypi/pyversions/barentsz.svg)](https://img.shields.io/pypi/pyversions/barentsz.svg) [![PyPI version](https://badge.fury.io/py/barentsz.svg)](https://badge.fury.io/py/barentsz) +![barentsz](https://github.com/ramonhagenaars/barentsz/workflows/barentsz/badge.svg) # Barentsz @@ -241,8 +242,6 @@ discover_paths(directory: Union[pathlib.Path, str], pattern: str) -> List[pathli ``` - - ## ❄ (Not So) Frequently Asked Questions 1) > When is Barentsz particularly useful?