circle.yml: update python-requests pkg

Update the build-tools introduced a regression while building on circle
ci.

The PR https://github.com/weaveworks/build-tools/pull/73 is compatible
with python requests module `>=v2.4.2`. We need to provide a more
updated version of the one available in ubuntu 12.04 or 14.04
repositories.
This commit is contained in:
Alessandro Puccetti
2017-02-21 12:49:22 +01:00
parent 340438b3c3
commit fabafecb0c

View File

@@ -16,6 +16,8 @@ machine:
SCOPE_UI_BUILD: $HOME/docker/scope_ui_build.tar
dependencies:
pre:
- pip install --upgrade requests
cache_directories:
- "~/docker"
override: