From c2e4adec6331f69942aa00b518517190f01667cd Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Fri, 22 Jan 2016 08:20:22 +0530 Subject: [PATCH] Install earlier avialable python versions on circle.yml --- circle.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 0accb45..a6af1d2 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,12 @@ machine: python: - version: 3.5.0 + version: + - 2.7.10 + - 3.5.0 + - 3.3.3 + - 3.4.3 + - pypy-2.5.0 + dependencies: pre: