From 940c1002852d4326cbe5bcca76b6886a195abd71 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 5 Sep 2016 20:56:32 -0600 Subject: Include jedi for python2, nvim not set up for switching fully to python 3 yet --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index a59e3f8..dfd2c19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,7 @@ RUN phpcs --config-set installed_paths /root/.composer/vendor/escapestudios/symf ADD PEARish.xml /root/PEARish.xml # Install python linting and neovim plugin -RUN pip install neovim flake8 flake8-docstrings flake8-import-order flake8-quotes pep8 pep8-naming pep257 +RUN pip install neovim flake8 flake8-docstrings flake8-import-order flake8-quotes pep8 pep8-naming pep257 jedi RUN pip3 install neovim jedi # Install nodejs linting -- cgit v1.2.3