mirror of https://github.com/jab/bidict.git
pass -U --upgrade-strategy=eager to pip install
This commit is contained in:
parent
40378027bb
commit
0a468172b8
|
@ -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'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue