From 578bb5367aa899eee2717fdfbb678d48b4027a3c Mon Sep 17 00:00:00 2001 From: deconevidya Date: Wed, 9 Dec 2015 13:54:01 +0530 Subject: [PATCH 1/2] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index ac88b42..ac80f9d 100644 --- a/shippable.yml +++ b/shippable.yml @@ -2,6 +2,7 @@ language: python python: - 2.7 + - 3.3 install: - pip install -r requirements.txt From 233942c4abc3b60f20c35a40fcbef40e4842d1ee Mon Sep 17 00:00:00 2001 From: deconevidya Date: Wed, 9 Dec 2015 14:36:08 +0530 Subject: [PATCH 2/2] Update shippable.yml --- shippable.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shippable.yml b/shippable.yml index ac80f9d..eb202e3 100644 --- a/shippable.yml +++ b/shippable.yml @@ -3,6 +3,12 @@ language: python python: - 2.7 - 3.3 + - 3.4 + - 3.2 + +before_install: +# - source ~/.rvm/scripts/rvm && rvm use 1.9. + - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1 codecov ; fi install: - pip install -r requirements.txt