Skip to content

Commit 59046c5

Browse files
committed
Drop --version
This flag causes the command to exit immediately with success
1 parent 198d2af commit 59046c5

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
@@ -42,7 +42,7 @@ install:
4242
brew uninstall pyenv
4343
brew install pyenv --HEAD
4444
fi
45-
if ! python --version -m pip >&/dev/null; then
45+
if ! python -m pip >&/dev/null; then
4646
wget https://bootstrap.pypa.io/get-pip.py
4747
python get-pip.py
4848
fi

0 commit comments

Comments
 (0)