summaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2016-07-03 12:38:14 +0200
committernicolargo <nicolashennion@gmail.com>2016-07-03 12:38:14 +0200
commit538b5d9e3ca2080abbd76d5aba242b34645f5557 (patch)
tree1e9f86fb104311ce273995f0022b81b0d32e401f /circle.yml
parentcec31c0f8a966f470196ccab3249635440de76e3 (diff)
Change the Circle CI file
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml7
1 files changed, 6 insertions, 1 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