We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dce70f commit 23c5574Copy full SHA for 23c5574
1 file changed
.circleci/config.yml
@@ -6,7 +6,7 @@ jobs:
6
- image: "python:2.7-stretch"
7
steps:
8
- checkout
9
- - run: apt-get install ctags
+ - run: yum install ctags
10
- run: pip install -e .[all] .[test]
11
- run: py.test test/
12
- run: pylint pyls test
@@ -18,7 +18,7 @@ jobs:
18
- image: "python:3.4-stretch"
19
20
21
22
23
24
0 commit comments