adds dependencies to .gitlab-ci.yml

This commit is contained in:
Richard Feistenauer 2020-10-25 20:05:41 +00:00
parent 9b939e51e7
commit 19be460edc

View File

@ -2,7 +2,7 @@ image: "python:3.7"
before_script:
- python --version
- pip install coverage pytest pytest-cov pylint recordclass coverage coverage-badge
- pip install coverage pytest pytest-cov pylint recordclass coverage coverage-badge pylint-exit anybadge
stages:
- Static Analysis