Pytest est requis

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2021-01-26 17:07:50 +01:00
parent d4d595ed68
commit 1ba9934438
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 2 additions and 0 deletions

View File

@ -24,4 +24,6 @@ pylint:
test:
stage: test
image: python:3-alpine
before_script:
- pip install pytest --no-cache-dir
script: pytest --show-locals .