diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-10-26 19:19:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-26 19:19:03 -0700 |
commit | 479c01412242c11eab8bdbe62048b1351731bea2 (patch) | |
tree | 3479a65a63296bfb9f928f8368d94ea80a43792d /ci/install.sh | |
parent | 6d8fe9b3f40d0d3f4ddeed56f592dfd2be810f7f (diff) | |
parent | 0cf694e83e27008205b2e550a9c407a4e664750b (diff) | |
download | rneovim-479c01412242c11eab8bdbe62048b1351731bea2.tar.gz rneovim-479c01412242c11eab8bdbe62048b1351731bea2.tar.bz2 rneovim-479c01412242c11eab8bdbe62048b1351731bea2.zip |
Merge #11298 from janlazo/vim-8.1.2220
vim-patch:8.1.2220
Diffstat (limited to 'ci/install.sh')
-rwxr-xr-x | ci/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install.sh b/ci/install.sh index 4a48a4f5d7..a6cd955da5 100755 --- a/ci/install.sh +++ b/ci/install.sh @@ -4,7 +4,7 @@ set -e set -o pipefail if [[ "${CI_TARGET}" == lint ]]; then - python -m pip -q install --user --upgrade flake8 + python3 -m pip -q install --user --upgrade flake8 exit fi |