On exécute le programme

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2021-01-26 16:50:52 +01:00
parent 01337279fc
commit 6bd2b3c66c
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 9 additions and 0 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
*.pyc
venv

View File

@ -1,5 +1,6 @@
stages:
- linting
- test
flake8:
@ -18,3 +19,9 @@ pylint:
- pip install pylint --no-cache-dir
script: pylint main.py
allow_failure: true
test:
stage: test
image: python:3-alpine
script: ./main.py