From 0a468172b8191ee944cd20a987b3c7c007933eb1 Mon Sep 17 00:00:00 2001 From: jab Date: Tue, 8 Jan 2019 12:46:36 +0000 Subject: [PATCH] pass -U --upgrade-strategy=eager to pip install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4f2d841..132dd1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ before_install: # Ensure we have the required versions of Python and Pip. install: # Install our test dependencies. - - 'travis_retry pip install .[test$([[ $COVERAGE ]] && echo ",coverage")]' + - 'travis_retry pip install -U --upgrade-strategy=eager .[test$([[ $COVERAGE ]] && echo ",coverage")]' - 'pip list'