Skip to content

Commit b088d2e

Browse files
author
James Lee
committed
initial commit for circle ci yaml
1 parent d4ee145 commit b088d2e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

circle.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
machine:
2+
pre:
3+
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
4+
services:
5+
- docker
6+
7+
dependencies:
8+
pre:
9+
- sudo pip install docker-compose
10+
11+
test:
12+
override:
13+
- docker-compose up -d
14+
- docker-compose run dockerapp python test.py

0 commit comments

Comments
 (0)