Skip to content

Commit

Permalink
Merge pull request #139 from mikeywaites/feature/ci-builds
Browse files Browse the repository at this point in the history
Enable builds on all branches
  • Loading branch information
mikeywaites authored Apr 9, 2017
2 parents f40c581 + 2a7d442 commit 89de7a3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,14 @@ machine:
services:
- docker

general:
branches:
only:
- master # list of branches to build

dependencies:
override:
- docker info
- docker build -t kim .
- docker-compose build

test:
override:
- docker run -it -v $(pwd):/opt/kim kim python setup.py test
- docker-compose run py3
- docker-compose run py2

deployment:
pypi:
Expand Down

0 comments on commit 89de7a3

Please sign in to comment.