Skip to content

Commit ecffacb

Browse files
committed
Add workspace symbol support
1 parent 5d0f2c0 commit ecffacb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
- image: "python:2.7-stretch"
77
steps:
88
- checkout
9+
- run: apt-get ctags
910
- run: pip install -e .[all] .[test]
1011
- run: py.test test/
1112
- run: pylint pyls test
@@ -17,6 +18,7 @@ jobs:
1718
- image: "python:3.4-stretch"
1819
steps:
1920
- checkout
21+
- run: apt-get ctags
2022
- run: pip install -e .[all] .[test]
2123
- run: py.test test/
2224

0 commit comments

Comments
 (0)