diff --git a/.travis.yml b/.travis.yml index 4ed6d04a..8cd89670 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,8 @@ env: - TOXENV=py36 before_script: - - pip install -U pip wheel pylint - - pip install -U pip wheel bandit - - pip install -U pip wheel tox + - pip install -U pip wheel + - pip wheel pylint bandit tox script: - pylint tuf