branch: externals/elpa
commit ffe79b9cae79d5d60b79795beea6c94b21f9f147
Author: Andrii Kolomoiets <[email protected]>
Commit: GitHub <[email protected]>
Pin pyls to 0.31.10
Fix `No support for renaming in Python 2/3.5 with Jedi` error in
`rename-a-symbol` test.
* (.travis.yml): Specify pyls version.
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 1c04ef5..085eebd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ install:
# Install https://github.com/palantir/python-language-server
- virtualenv .
- . ./bin/activate
- - pip install 'python-language-server[all]'
+ - pip install 'python-language-server[all]==0.31.10'
# Install eclipse.jdt.ls
- curl -fSL
http://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz
-o eclipse.tar.gz
- mkdir eclipse.jdt.ls