From b7e061f73a534dddc6d6de974c52dd58dedbcea2 Mon Sep 17 00:00:00 2001 From: alan-barzilay Date: Wed, 24 Mar 2021 18:40:30 -0300 Subject: [PATCH] Remove unecessary pip upgrade step --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5772134..7988659 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,10 +17,6 @@ matrix: - python: 3.6 env: TOX_ENV=flake8 -# This should ensure that all tests use the same pip version -before_install: - - python -m pip install --upgrade pip - # Use tox to run tests on Travis-CI to keep one unified method of running tests in any environment install: - pip install coverage coveralls tox