diff options
author | Cody Hiar <cody.hiar@investopedia.com> | 2016-09-05 20:56:32 -0600 |
---|---|---|
committer | Cody Hiar <cody.hiar@investopedia.com> | 2016-09-05 20:56:32 -0600 |
commit | 940c1002852d4326cbe5bcca76b6886a195abd71 (patch) | |
tree | 009bdcf0602b9990b91e15477d22b514d85f9b40 | |
parent | 3f925e06192a90e8878e86428ca9c32c31f5aa4b (diff) |
Include jedi for python2, nvim not set up for switching fully to python
3 yet
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |