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