On lint le fichier de tests également
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
@ -8,7 +8,7 @@ flake8:
|
||||
image: python:3-alpine
|
||||
before_script:
|
||||
- pip install flake8 --no-cache-dir
|
||||
script: flake8 main.py
|
||||
script: flake8 main.py main_test.py
|
||||
allow_failure: true
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@ pylint:
|
||||
image: python:3-alpine
|
||||
before_script:
|
||||
- pip install pylint --no-cache-dir
|
||||
script: pylint main.py
|
||||
script: pylint main.py main_test.py
|
||||
allow_failure: true
|
||||
|
||||
|
||||
@ -26,4 +26,4 @@ test:
|
||||
image: python:3-alpine
|
||||
before_script:
|
||||
- pip install pytest --no-cache-dir
|
||||
script: pytest --show-locals .
|
||||
script: pytest --showlocals .
|
||||
|
Reference in New Issue
Block a user