Pytest est requis
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
d4d595ed68
commit
1ba9934438
|
@ -24,4 +24,6 @@ pylint:
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
image: python:3-alpine
|
image: python:3-alpine
|
||||||
|
before_script:
|
||||||
|
- pip install pytest --no-cache-dir
|
||||||
script: pytest --show-locals .
|
script: pytest --show-locals .
|
||||||
|
|
Loading…
Reference in New Issue