diff --git a/README.md b/README.md index 9e3873a15cb2..50c7c2f0f4d6 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. diff --git a/tox.ini b/tox.ini index 13dd71205ab5..10685b6ac31b 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ skipsdist = True envlist = {py27}-{nosetest,pep8}, cover [testenv] -passenv = PYTHONPATH +passenv = PYTHONPATH PROJECT_ID TRAVIS* basepython = cover,py27: python2.7 deps =