Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15fa569

Browse files
committed
CI: drop -v but add --upgrade
1 parent a377fc8 commit 15fa569

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
@@ -102,7 +102,7 @@ install:
102102
pip install --upgrade pip setuptools wheel
103103
- |
104104
# Install dependencies from pypi
105-
pip install -v $PRE \
105+
pip install --upgrade $PRE \
106106
$MOCK \
107107
$NOSE \
108108
$NUMPY \

0 commit comments

Comments
 (0)