We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea9c94 commit 21e4524Copy full SHA for 21e4524
.travis.yml
@@ -14,9 +14,9 @@ install:
14
- ./scripts/install-vim $VIM_VERSION
15
- |
16
if [ "$ENV" = "vimlint" ]; then
17
- pip install vim-vint covimerage codecov pathlib
+ pip install vim-vint covimerage==0.1.6 codecov pathlib
18
else
19
- pip install --user vim-vint covimerage codecov pathlib
+ pip install --user vim-vint covimerage==0.1.6 codecov pathlib
20
fi
21
script:
22
- ./scripts/$SCRIPT $VIM_VERSION
0 commit comments