branch: externals/eglot
commit 258fb98334604c8e3154e13398ad0fa5b04d4a0f
Author: João Távora <joaotav...@gmail.com>
Commit: João Távora <joaotav...@gmail.com>

    Travis now runs python-language-server tests
    
    * travis.yml: Use virtualenv/pip/python-language-server
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 2f0db4c..9b0a6d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,10 @@ install:
   # Install RLS
   - rustup update
   - rustup component add rls-preview rust-analysis rust-src
+  # Install https://github.com/palantir/python-language-server
+  - virtualenv .
+  - . ./bin/activate
+  - pip install 'python-language-server[all]'
     
 script:
   - make check

Reply via email to