Skip to content

Commit

Permalink
Merge pull request #2 from hugovk/fix-badges
Browse files Browse the repository at this point in the history
Link badges to PyPI and the license
  • Loading branch information
olzhasar committed Dec 30, 2021
2 parents 371e014 + 011962f commit b8c495f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# A simple watcher for pytest

![PyPI](https://img.shields.io/pypi/v/pytest-watcher)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pytest-watcher)
![GitHub](https://img.shields.io/github/license/olzhasar/pytest-watcher)
[![PyPI](https://img.shields.io/pypi/v/pytest-watcher)](https://pypi.org/project/pytest-watcher/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pytest-watcher)](https://pypi.org/project/pytest-watcher/)
[![GitHub](https://img.shields.io/github/license/olzhasar/pytest-watcher)](https://github.com/olzhasar/pytest-watcher/blob/master/LICENSE)

## Overview

Expand Down

0 comments on commit b8c495f

Please sign in to comment.