Skip to content

Commit

Permalink
Remove build status badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWegnerGitHub committed Jan 18, 2019
1 parent ebbce34 commit 146c2c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- 3.7
install:
- python setup.py -q install
script:
Expand All @@ -20,4 +17,4 @@ deploy:
secure: "TOvPbb11T/upCy/6SzYz3E4etUGmQndBkqiQw9up7otv/9koQCoiGT8ewP1NbePmtGNcEDFUrT4OGtZJ7+GeRJXBwyqbDxwGU8nyRR0qRQfix58VvAzA86noev7ULEx1Cct7EULe0NspS1bTslV/t91H3Npdj22G2yLKIi0z3buzR0NMxPVGE1s7D0G6SIm3U669IjOeFZ9Mi7eGks1x/bs3pGQHwVCxix24KDBA9ioCRmojnH6UgWcXrNuhLwms6ojtuLlLx0+pg8o6JdBwCV2uvDLddqtPGaNlMD8bSeL1n9mu+WNYbC/yqO9F1xkNP5jg8loa/MmACn+cIi7qNbxYSd18mloYtKlg9u80KM4zhXRRppPFXvj1vVrw68QLkkryj0I45JGEnXtlEoOPtHw8Bh7EP4sp3zxmtLlWfOEne6lgApRzxYmkUoJsPae6a9hbSuvLtXgurfHnz5u3w91lz5dxm/AfDm5Vhyid2w5PADyUoevWx3fw9Ld0Mcv5/UMrD8oVg2qXT49ye01FHtblzTqA+En/sPCZ5quQ2FUc00fu0eE4qpZQGV21zdqsXt0hll5bZjZ5ziVxxslhol96argHybWCM6pRkoQfMerJuCFeJoepLZ8azdlRFHMrDp/vpy6gb1ODUygDNByd/s9PMYZWtz+LkwnF/fbBOaU="
on:
tags: true
branch: master
branch: master
6 changes: 1 addition & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ This is a Python wrappers for the `Stack Exchange
API <http://api.stackexchange.com/>`__. This library supports Stack
Exchange API v2.2.

.. image:: https://travis-ci.org/AWegnerGitHub/stackapi.svg?branch=master
:target: https://travis-ci.org/AWegnerGitHub/stackapi
:alt: Build Status

.. image:: https://readthedocs.org/projects/stackapi/badge/?version=latest
:target: http://stackapi.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Expand Down Expand Up @@ -40,4 +36,4 @@ The above, will issue a call to the
.. _comments: http://api.stackexchange.com/docs/comments

Much more detailed documentation is available on
`ReadTheDocs <http://stackapi.readthedocs.io/>`__.
`ReadTheDocs <http://stackapi.readthedocs.io/>`__.

0 comments on commit 146c2c5

Please sign in to comment.