From 5ecbf36308d3b3e7704d9c1f11cb661af8f30cde Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 7 Jan 2016 16:43:46 +0530 Subject: [PATCH] Use python versions present in circle ci --- circle.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/circle.yml b/circle.yml index dc61116..b8bd375 100644 --- a/circle.yml +++ b/circle.yml @@ -3,14 +3,13 @@ machine: version: # major versions, test first - "2.7" - - "3.5-dev" + - "3.5.0" # other versions - - "2.6" - - "3.3" - - "3.4" - - "3.5" + - "2.6.8" + - "3.3.3" + - "3.4.3" - "nightly" - - "pypy" + - "pypy-2.5.0" # not included, for incompatibility # - "2.5" # tarvis errs # - "3.2" # humanfriendly cant install