Skip to content

Commit c0bc1d4

Browse files
committed
Add workspace symbol support
1 parent 81eacbc commit c0bc1d4

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 update
910
- run: apt-get install exuberant-ctags
1011
- run: pip install -e .[all] .[test]
1112
- run: py.test test/
@@ -18,6 +19,7 @@ jobs:
1819
- image: "python:3.4-stretch"
1920
steps:
2021
- checkout
22+
- run: apt-get update
2123
- run: apt-get install exuberant-ctags
2224
- run: pip install -e .[all] .[test]
2325
- run: py.test test/

0 commit comments

Comments
 (0)