From 48d6e389f59e7c98cba27029e40cea3f3de8cc68 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 7 Jan 2016 19:43:26 +0530 Subject: [PATCH] Explicitly add upgrade setuptools to circleci yml --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index a9a5d51..2f9a02a 100644 --- a/circle.yml +++ b/circle.yml @@ -7,6 +7,7 @@ dependencies: - sudo apt-get update - sudo apt-get install redis-server override: + - pip install --upgrade setuptools - pip install --upgrade -r requirements.txt - pip install -e .