pass -U --upgrade-strategy=eager to pip install

This commit is contained in:
jab 2019-01-08 12:46:36 +00:00
parent 40378027bb
commit 0a468172b8
1 changed files with 1 additions and 1 deletions

View File

@ -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'