CONTRIBUTING updated

This commit is contained in:
Fabian Joswig 2021-10-27 09:08:37 +01:00
parent 0ad5076b7e
commit 2b5bd7c5ed

View file

@ -23,8 +23,9 @@ When implementing a new feature or fixing a bug please add meaningful tests to t
### Continous integration
For all pull requests tests are executed for the most recent python releases via
```
pytest -v
pytest --cov=pyerrors -v
```
requiring `pytest`, `pytest-cov` and `pytest-benchmark`
and the linter `flake8` is executed with the command
```
flake8 --ignore=E501,E722 --exclude=__init__.py pyerrors