summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-06-06 18:17:23 -0700
committerIan Lee <IanLee1521@gmail.com>2016-06-06 18:17:23 -0700
commitedfa7aad706b977f20c26903631ff0188afdb4eb (patch)
tree8a7de24c38bfdc735e4679add73c8de11067f399
parent5e6be1d99291988e3deb8af5e6e291d3854e631b (diff)
downloadpep8-edfa7aad706b977f20c26903631ff0188afdb4eb.tar.gz
Updated to use shields.io badge for Travis
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9bf2335..c9152af 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ Or you can display how often each error was found::
Links
-----
-[![Build Status](https://api.travis-ci.org/PyCQA/pycodestyle.png?branch=master)](https://travis-ci.org/PyCQA/pycodestyle) [![Wheel Status](https://img.shields.io/pypi/wheel/pycodestyle.svg)](https://pypi.python.org/pypi/pycodestyle)
+[![Build Status](https://img.shields.io/travis/PyCQA/pycodestyle.svg)](https://travis-ci.org/PyCQA/pycodestyle) [![Wheel Status](https://img.shields.io/pypi/wheel/pycodestyle.svg)](https://pypi.python.org/pypi/pycodestyle)
* `Read the documentation <https://pycodestyle.readthedocs.io/>`_