From 20e11b3ac924e2b596d03c000ee9c85899e52025 Mon Sep 17 00:00:00 2001 From: vidyaraghav Date: Wed, 2 Jul 2014 15:58:49 +0530 Subject: [PATCH 1/8] [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99e6bc4..c71a383 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ Python MongoDB Sample [![Build Status](https://apibeta.shippable.com/projects/53 ===================== Uses pymongo to test simple document insertion on a MongoDB instance. +sample project From 50104ea37fb4001a5901225e4c469c22c10a2aed Mon Sep 17 00:00:00 2001 From: vidyaraghav Date: Wed, 2 Jul 2014 16:00:55 +0530 Subject: [PATCH 2/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c71a383..78249f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Python MongoDB Sample [![Build Status](https://apibeta.shippable.com/projects/537a506f326b4d0f004a46bb/badge/master)](https://shippable.com) ===================== -Uses pymongo to test simple document insertion on a MongoDB instance. +Uses pymongo to 111test simple document insertion on a MongoDB instance. sample project From b7efa130b45802dcd5138cee6e179ab3b439df24 Mon Sep 17 00:00:00 2001 From: vidyaraghav Date: Wed, 2 Jul 2014 16:03:06 +0530 Subject: [PATCH 3/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78249f5..c71a383 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Python MongoDB Sample [![Build Status](https://apibeta.shippable.com/projects/537a506f326b4d0f004a46bb/badge/master)](https://shippable.com) ===================== -Uses pymongo to 111test simple document insertion on a MongoDB instance. +Uses pymongo to test simple document insertion on a MongoDB instance. sample project From c39d379d2844b1c5f3b472520ee221d050316e41 Mon Sep 17 00:00:00 2001 From: vidyaraghav Date: Wed, 2 Jul 2014 16:05:05 +0530 Subject: [PATCH 4/8] [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c71a383..863e493 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Python MongoDB Sample [![Build Status](https://apibeta.shippable.com/projects/537a506f326b4d0f004a46bb/badge/master)](https://shippable.com) ===================== -Uses pymongo to test simple document insertion on a MongoDB instance. +Uses pymongo to test simple project [sdocument insertion on a MongoDB instance. sample project From adf38b7444abe536e0aa8bbd2de88833c8610c21 Mon Sep 17 00:00:00 2001 From: vidyaraghav Date: Wed, 2 Jul 2014 16:06:28 +0530 Subject: [PATCH 5/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 863e493..eb7316a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Python MongoDB Sample [![Build Status](https://apibeta.shippable.com/projects/537a506f326b4d0f004a46bb/badge/master)](https://shippable.com) ===================== -Uses pymongo to test simple project [sdocument insertion on a MongoDB instance. +Uses pymongo to test simple project document insertion on a MongoDB instance. sample project From 5086b65b878771e6aaae6cb54b9d11a7b9e758d6 Mon Sep 17 00:00:00 2001 From: vidyaraghav Date: Wed, 2 Jul 2014 16:08:41 +0530 Subject: [PATCH 6/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb7316a..c71a383 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Python MongoDB Sample [![Build Status](https://apibeta.shippable.com/projects/537a506f326b4d0f004a46bb/badge/master)](https://shippable.com) ===================== -Uses pymongo to test simple project document insertion on a MongoDB instance. +Uses pymongo to test simple document insertion on a MongoDB instance. sample project From 9830a548cc08e25ef793f87295c9ba31e5d5eb95 Mon Sep 17 00:00:00 2001 From: vidyaraghav Date: Fri, 22 Aug 2014 12:37:42 +0530 Subject: [PATCH 7/8] Update shippable.yml --- shippable.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shippable.yml b/shippable.yml index e00d816..83449ba 100644 --- a/shippable.yml +++ b/shippable.yml @@ -11,6 +11,9 @@ services: install: - pip install -r requirements.txt +env: + secure: avzHKWEiOtuKAHOzlWDVwlX51x13EbfLkERuxNw4TnTIhfoqOKweYgxxOSaeKmKYrQYXnuRiQ3ed5oG6SbOmGIJwp73jpWHpoxDqnyGjcUJCmYDQMU35whEZEjhfEvazR9fgfzzVsA0JOmRFBy8aItfvz10tuUJYfg7q4znA2VSdP6NCPruW8ZEKLOalaa4JS02UsQbkFMUO1Ryc7abwyaBdaiogQM5RJrNMV+UY5+owfLYWL7RFGBcaf5q8hlqVjqIVn8mCU7rukqSRqDNK/bVdLKC2v1FNm5ITuVCiIEfhweZPzohUWUe270hwn3G8A+LsTrn8JzvIButa/9bk5A== + # Make folders for the reports before_script: - mkdir -p shippable/testresults @@ -20,6 +23,7 @@ script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py + - echo $foo notifications: email: false From 14dc50d0e958db7e4ae85c7493d3ce5bf4cd5b81 Mon Sep 17 00:00:00 2001 From: vidyaraghav Date: Fri, 22 Aug 2014 12:48:43 +0530 Subject: [PATCH 8/8] Update shippable.yml --- shippable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 83449ba..3e2d164 100644 --- a/shippable.yml +++ b/shippable.yml @@ -11,6 +11,7 @@ services: install: - pip install -r requirements.txt + env: secure: avzHKWEiOtuKAHOzlWDVwlX51x13EbfLkERuxNw4TnTIhfoqOKweYgxxOSaeKmKYrQYXnuRiQ3ed5oG6SbOmGIJwp73jpWHpoxDqnyGjcUJCmYDQMU35whEZEjhfEvazR9fgfzzVsA0JOmRFBy8aItfvz10tuUJYfg7q4znA2VSdP6NCPruW8ZEKLOalaa4JS02UsQbkFMUO1Ryc7abwyaBdaiogQM5RJrNMV+UY5+owfLYWL7RFGBcaf5q8hlqVjqIVn8mCU7rukqSRqDNK/bVdLKC2v1FNm5ITuVCiIEfhweZPzohUWUe270hwn3G8A+LsTrn8JzvIButa/9bk5A== @@ -26,4 +27,4 @@ script: - echo $foo notifications: - email: false + email: vidya@shippable.com