From 054eb8c5915f4834901b3c7337eb792610c906cf Mon Sep 17 00:00:00 2001 From: James Lee Date: Mon, 7 Aug 2017 21:30:47 +0100 Subject: [PATCH] reformatting --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 28bd6ac5..2440b829 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,10 +10,8 @@ jobs: - run: name: Install dependencies command: | - apk add --no-cache \ - py-pip=9.0.0-r1 - pip install \ - docker-compose==1.15.0 + apk add --no-cache py-pip=9.0.0-r1 + pip install docker-compose==1.15.0 - run: name: Run tests command: |