Added pylint to CI
This commit is contained in:
parent
01463e3451
commit
e2a1edcde3
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ pylint:
|
|||
- source .venv/bin/activate
|
||||
- echo "venv '$VIRTUAL_ENV'"
|
||||
- pip install -r requirements.txt
|
||||
- pip install pylint
|
||||
- python --version
|
||||
- python -m pip list --format=columns
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue