2 Commits

Author SHA1 Message Date
9026dd56cc Changement dans l'exécution du script
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-01-26 16:52:15 +01:00
6bd2b3c66c On exécute le programme
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-01-26 16:50:52 +01:00
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: python main.py