diff --git a/.travis.yml b/.travis.yml index 2a2d388c..cbffa6e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -