emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot 258fb98 12/15: Travis now runs python-language-se


From: João Távora
Subject: [elpa] externals/eglot 258fb98 12/15: Travis now runs python-language-server tests
Date: Sun, 20 May 2018 19:59:04 -0400 (EDT)

branch: externals/eglot
commit 258fb98334604c8e3154e13398ad0fa5b04d4a0f
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]