From f46e9c97ee6badbfd622947cd97cb63c514de998 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Wed, 6 Dec 2017 16:55:13 -0500 Subject: [PATCH] Remove duplicate pip upgrades Signed-off-by: Vladimir Diaz --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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