Skip to content

Commit e41d6f9

Browse files
committed
try to run dockerized test suite on circle ci
1 parent 4a7cd0c commit e41d6f9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ jobs:
66
steps:
77
- checkout
88
- setup_remote_docker
9+
- run:
10+
name: Install dependencies
11+
command: |
12+
apk add --no-cache \
13+
py-pip=9.0.0-r1
14+
pip install \
15+
docker-compose==1.25.3
916
- run:
1017
name: Run tests
1118
command: |

0 commit comments

Comments
 (0)