diff --git a/.travis.yml b/.travis.yml index ef10292a..0822cbdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,9 @@ env: before_script: - pip install -U pip wheel tox -script: tox +script: + - pylint tuf + - tox after_success: - cd tests