Skip to content

Commit 89de7a3

Browse files
authored
Merge pull request #139 from mikeywaites/feature/ci-builds
Enable builds on all branches
2 parents f40c581 + 2a7d442 commit 89de7a3

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

circle.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@ machine:
22
services:
33
- docker
44

5-
general:
6-
branches:
7-
only:
8-
- master # list of branches to build
9-
105
dependencies:
116
override:
12-
- docker info
13-
- docker build -t kim .
7+
- docker-compose build
148

159
test:
1610
override:
17-
- docker run -it -v $(pwd):/opt/kim kim python setup.py test
11+
- docker-compose run py3
12+
- docker-compose run py2
1813

1914
deployment:
2015
pypi:

0 commit comments

Comments
 (0)