From 0ea76bac1e67df15ee721c53c4a960463e060b41 Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Tue, 23 Feb 2016 06:14:51 +0300 Subject: [PATCH] try to run pip from venv --- circle.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index a497eb39f279..03a9d6257e19 100644 --- a/circle.yml +++ b/circle.yml @@ -1,9 +1,17 @@ # Circle CI configuration file # https://circleci.com/docs/ -test: +machine: + python: + version: 2.7.11 + +dependencies: override: + - pyenv global 2.7.11 - pip install -e pkg -e master -e slave + +test: + override: - make docs general: