From d4b9c0293a96b1545e0d21a2733e68d5ec0a09d2 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 7 Jan 2016 17:02:44 +0530 Subject: [PATCH] Use only singlepython version --- circle.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/circle.yml b/circle.yml index 78f490e..eb60c25 100644 --- a/circle.yml +++ b/circle.yml @@ -1,18 +1,6 @@ machine: python: - version: - # major versions, test first - - "2.7" - - "3.5.0" - # other versions - - "2.6.8" - - "3.3.3" - - "3.4.3" - - "pypy-2.5.0" - # not included, for incompatibility - # - "2.5" # tarvis errs - # - "3.2" # humanfriendly cant install - # - "pypy3" # psutil errs + version: 2.7 dependencies: pre: