From 22a870bbc22ddddf64f200e72dcc9b90ef63d899 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 17 Dec 2014 12:41:28 +0530 Subject: [PATCH 1/6] Update shippable.yml --- shippable.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index 122a5003..ea48a2cd 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,12 +2,12 @@ language: python python: - - 2.6 - - 2.7 - - 3.2 + # - 2.6 + #- 2.7 + #- 3.2 - 3.3 - 3.4 - - pypy + #- pypy install: - pip install -r requirements.txt @@ -28,4 +28,4 @@ archive: true #cache: true -parallelized_test : true +#parallelized_test : true From 86b9345482b7fd427607f612b25d032af49bc430 Mon Sep 17 00:00:00 2001 From: vidyaraghav Date: Thu, 22 Jan 2015 15:58:25 +0530 Subject: [PATCH 2/6] Update shippable.yml --- shippable.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index ea48a2cd..e52fc7a1 100755 --- a/shippable.yml +++ b/shippable.yml @@ -25,7 +25,9 @@ script: - echo $BUILD_NUMBER archive: true - +branches: + except: + - test_fail/001 #cache: true #parallelized_test : true From 6425c6add4f21e7ac39f8388e861e0e4ca4ae1f3 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 17 Dec 2015 16:23:59 +0530 Subject: [PATCH 3/6] Update shippable.yml --- shippable.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/shippable.yml b/shippable.yml index e52fc7a1..ad07421d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,16 +1,16 @@ language: python - +build_image: drydock/u12pyt:tip python: - # - 2.6 - #- 2.7 - #- 3.2 + - 2.6 + - 2.7 + - 3.2 - 3.3 - 3.4 - #- pypy + - pypy install: - - pip install -r requirements.txt + #- pip install -r requirements.txt # Make folders for the reports @@ -25,9 +25,6 @@ script: - echo $BUILD_NUMBER archive: true -branches: - except: - - test_fail/001 #cache: true #parallelized_test : true From 6f94690229d630af9aa8ac2cceca2b35733e694d Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 17 Dec 2015 16:51:12 +0530 Subject: [PATCH 4/6] Update shippable.yml --- shippable.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index ad07421d..9cbd8699 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,7 @@ language: python -build_image: drydock/u12pyt:tip +build_image: drydock/u14pyt:tip + python: - 2.6 - 2.7 @@ -9,7 +10,7 @@ python: - 3.4 - pypy -install: +#install: #- pip install -r requirements.txt From e559f39b48cfc91b4d325567351f9ea85d582705 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 17 Dec 2015 16:54:45 +0530 Subject: [PATCH 5/6] Update shippable.yml --- shippable.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 9cbd8699..5b26e636 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,6 @@ language: python -build_image: drydock/u14pyt:tip +build_image: drydock/u12pyt:tip python: - 2.6 @@ -9,7 +9,6 @@ python: - 3.3 - 3.4 - pypy - #install: #- pip install -r requirements.txt From d8511c8f719bacf15b21a58e034a880a1711224b Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 17 Dec 2015 17:05:28 +0530 Subject: [PATCH 6/6] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 5b26e636..52a04fa7 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,6 @@ language: python -build_image: drydock/u12pyt:tip +build_image: drydock/u14pyt:tip python: - 2.6