From db04e26424a7a42ccd85e2006a4144dc26acdb0c Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Thu, 14 May 2015 11:18:22 -0700 Subject: [PATCH 1/3] Added TRAVIS* envvar for coveralls --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 13dd71205ab..5f3fee644c4 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ skipsdist = True envlist = {py27}-{nosetest,pep8}, cover [testenv] -passenv = PYTHONPATH +passenv = PYTHONPATH TRAVIS* basepython = cover,py27: python2.7 deps = From 8179c87373b6039ef81e130e8f87dd0727fe58a9 Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Thu, 14 May 2015 11:37:27 -0700 Subject: [PATCH 2/3] Removed a branch name from the build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e3873a15cb..50c7c2f0f4d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository is holds the samples used in the python documentation on [cloud.google.com](cloud.google.com). -[![Build Status](https://travis-ci.org/GoogleCloudPlatform/python-docs-samples.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/python-docs-samples) +[![Build Status](https://travis-ci.org/GoogleCloudPlatform/python-docs-samples.svg)](https://travis-ci.org/GoogleCloudPlatform/python-docs-samples) [![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/python-docs-samples/badge.svg)](https://coveralls.io/r/GoogleCloudPlatform/python-docs-samples) For more detailed introduction to a product, check the README in the corresponding folder. From 6d61767c458d345c100afc818bf9727804ebb36e Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Thu, 14 May 2015 14:23:52 -0700 Subject: [PATCH 3/3] Added PROJECT_ID for future use --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5f3fee644c4..10685b6ac31 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ skipsdist = True envlist = {py27}-{nosetest,pep8}, cover [testenv] -passenv = PYTHONPATH TRAVIS* +passenv = PYTHONPATH PROJECT_ID TRAVIS* basepython = cover,py27: python2.7 deps =