From 8bc51ad33f8d14a3fb8033a72752bceb0a37fd47 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 22 Apr 2014 13:17:23 +0530 Subject: [PATCH] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 36a8bed..63c4941 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,7 @@ python: - "2.7" - "2.6" + - "3.2" language: python before_script: mkdir -p shippable/codecoverage shippable/testresults #install: pip install --use-mirrors -r requirements.txt