Skip to content

Commit 99d715d

Browse files
committed
Less verbose pip
1 parent 7098c4e commit 99d715d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ install:
160160
export CPPFLAGS=--coverage
161161
fi
162162
- |
163-
python -mpip install --use-feature=2020-resolver -ve . # Install Matplotlib.
163+
python -mpip install --use-feature=2020-resolver -e . # Install Matplotlib.
164164
- |
165165
if [[ $TRAVIS_OS_NAME != 'osx' ]]; then
166166
unset CPPFLAGS

0 commit comments

Comments
 (0)