Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon authored and Ramon committed Jul 28, 2020
2 parents 5365a7c + 8a3802e commit 4055db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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?

Expand Down

0 comments on commit 4055db4

Please sign in to comment.