mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Move invocation of Pylint to after_success
We temporarily run Pylint after the successful build to prevent the expected Pylint failure. Invocation of Pylint currently returns '4' because not all warnings are resolved (approximately 36 warnings out of 8653 lines of code). Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
parent
cb56d7efd8
commit
c33eb99679
1 changed files with 1 additions and 1 deletions
|
|
@ -15,11 +15,11 @@ before_script:
|
|||
- pip install -U pip wheel bandit
|
||||
|
||||
script:
|
||||
- pylint tuf
|
||||
- bandit -r tuf
|
||||
- tox
|
||||
|
||||
after_success:
|
||||
- pylint tuf
|
||||
- cd tests
|
||||
- coveralls
|
||||
- cd -
|
||||
|
|
|
|||
Loading…
Reference in a new issue