From 26435ef4b4aaba683d9b21a77b0cb1481ac36bb0 Mon Sep 17 00:00:00 2001 From: cclauss Date: Wed, 23 Aug 2017 01:36:56 +0200 Subject: [PATCH 1/2] Python 2.7.12 instead of 2.7.13 --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 1a9b7f8a..e1545b9c 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,6 @@ machine: post: - - pyenv global 2.7.13 3.6.2 + - pyenv global 2.7.12 3.6.2 general: branches: ignore: From 1baa866add1d9b3eef4a89e903d7d4f882a06fbf Mon Sep 17 00:00:00 2001 From: cclauss Date: Wed, 23 Aug 2017 02:06:32 +0200 Subject: [PATCH 2/2] pip install hacking ; pip3 install hacking --- circle.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/circle.yml b/circle.yml index e1545b9c..2b4dbe8d 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,12 @@ machine: post: - pyenv global 2.7.12 3.6.2 +dependencies: + pre: + - pip install --upgrade pip + - pip3 install --upgrade pip + - pip install hacking + - pip3 install hacking general: branches: ignore: