From 987b6263c648000e88cdc27854e2aefef9d847de Mon Sep 17 00:00:00 2001 From: csharp Date: Fri, 6 Feb 2015 18:06:32 +0530 Subject: [PATCH 1/2] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 8be80257..e9e090ec 100755 --- a/shippable.yml +++ b/shippable.yml @@ -3,7 +3,7 @@ language: python python: # - 2.6 - 2.7 -# - 3.2 + - 3.2 # - 3.3 # - 3.4 # - pypy From d7f2426d8347ddd2175df438de549d591e17268c Mon Sep 17 00:00:00 2001 From: csharp Date: Fri, 6 Feb 2015 18:08:14 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db599227..51c59bc3 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Python Sample ===================== - +testing Simple Python sample with tests using Nose and Coverage. This sample is built for Shippable, a docker based continuous integration and deployment platform.