From 146c2c5a201aa51dc8218a6e03d3e903b1d2c36d Mon Sep 17 00:00:00 2001 From: Andy Wegner Date: Fri, 18 Jan 2019 13:23:38 -0600 Subject: [PATCH] Remove build status badge. --- .travis.yml | 5 +---- README.rst | 6 +----- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index c787008..fc21674 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: @@ -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 \ No newline at end of file + branch: master diff --git a/README.rst b/README.rst index c778ada..3635bd1 100644 --- a/README.rst +++ b/README.rst @@ -2,10 +2,6 @@ This is a Python wrappers for the `Stack Exchange API `__. 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 @@ -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 `__. \ No newline at end of file +`ReadTheDocs `__.