From 538b5d9e3ca2080abbd76d5aba242b34645f5557 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 3 Jul 2016 12:38:14 +0200 Subject: [PATCH] Change the Circle CI file --- circle.yml | 7 ++++++- requirements.txt | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 94e3491a..d534ab91 100644 --- a/circle.yml +++ b/circle.yml @@ -1,4 +1,9 @@ +machine: + post: + - pyenv local 2.7.11 3.3.6 3.4.4 3.5.1 + dependencies: override: - pip install tox tox-pyenv - - pyenv local 2.7.9 3.4.3 3.5.0 + pre: + - pip install psutil diff --git a/requirements.txt b/requirements.txt index f581d1b8..ec31d5b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -psutil==4.2.0 +psutil==4.3.0