d
This commit is contained in:
parent
2078d6896a
commit
5bdf47c3dc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ steps:
|
|||
pylint:
|
||||
image: "registry.mgrote.net/allzweckcontainer:latest"
|
||||
commands:
|
||||
- pip install --no-cache-dir -r requirements.txt
|
||||
- pip3 install --no-cache-dir -r requirements.txt
|
||||
- pylint app.py
|
||||
when:
|
||||
- event: [push, pull_request]
|
||||
|
|
Reference in a new issue