mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Run Pylint in Travis CI
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
parent
35e6c4fc8a
commit
779eade079
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,9 @@ env:
|
|||
before_script:
|
||||
- pip install -U pip wheel tox
|
||||
|
||||
script: tox
|
||||
script:
|
||||
- pylint tuf
|
||||
- tox
|
||||
|
||||
after_success:
|
||||
- cd tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue