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. 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