Skip to content

Commit a6d7cbe

Browse files
committed
MNT: pip install --upgrade requirements on Travis
1 parent de1bcf8 commit a6d7cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ before_install:
3939
- set -e
4040

4141
install:
42-
- pip install --pre .[test]
42+
- pip install -U --pre .[test]
4343

4444
script:
4545
- BOKEH_BROWSER=none time catchsegv python setup.py test

0 commit comments

Comments
 (0)