Merge branch 'feature/add-doc-for-installing-coverage' into devel

- closes #1109
This commit is contained in:
Casper da Costa-Luis 2021-01-09 17:25:14 +00:00
commit 4e92cf3f71
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ that each distribution has an alias to call the Python interpreter:
Alternatively, use `pytest` to run the tests just for the current Python version: Alternatively, use `pytest` to run the tests just for the current Python version:
- install `pytest` and `flake8` - install `pytest`, `coverage`, `pytest-cov` and `flake8`
- run the following command: - run the following command:
``` ```