Skip to content

Commit 4a1995c

Browse files
author
James Lee
committed
Merge branch 'branch-v0.6' into branch-v0.7
2 parents cf4eca1 + 054eb8c commit 4a1995c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ jobs:
1010
- run:
1111
name: Install dependencies
1212
command: |
13-
apk add --no-cache \
14-
py-pip=9.0.0-r1
15-
pip install \
16-
docker-compose==1.15.0
13+
apk add --no-cache py-pip=9.0.0-r1
14+
pip install docker-compose==1.15.0
1715
- run:
1816
name: Run tests
1917
command: |

0 commit comments

Comments
 (0)