From a234f312be4b22896d2bcd8bcbccef5a828b66e8 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Fri, 21 Oct 2016 17:09:14 +0100 Subject: [PATCH] circleci: moving pip to dependencies --- circle.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 93a97712..faa0a804 100644 --- a/circle.yml +++ b/circle.yml @@ -1,9 +1,7 @@ ## Customize the test machine machine: pre: - - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0 - post: - - pip install --upgrade docker-compose==1.8.0 + - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0 timezone: Europe/London @@ -17,6 +15,7 @@ dependencies: cache_directories: - "/opt/circleci/nodejs/" pre: + - pip --version && pip install --upgrade docker-compose==1.8.0 - npm install -g triton yarn - echo '{"url":"https://eu-ams-1.api.joyent.com","account":"'$SDC_ACCOUNT'","keyId":"c3:30:35:9b:85:48:73:44:31:cc:4b:2e:6a:00:16:e2","name":"eu-ams-1","curr":true}' | triton profile create -f - post: