From 51e2e4e4fa16ed8a4706c70792e12f76bdcac3e1 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 7 Nov 2018 17:26:39 +0000 Subject: [PATCH] Remove Travis badge Travis hasn't been used for a while now. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c14254f..64ff400 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ LOOT API Python Module ======================= [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/k2ugge3po7254o1o/branch/master?svg=true)](https://ci.appveyor.com/project/LOOT/loot-api-python/branch/master) -[![Travis Build Status](https://travis-ci.org/loot/loot-api-python.svg?branch=master)](https://travis-ci.org/loot/loot-api-python) [![Documentation Status](https://readthedocs.org/projects/loot-api-python/badge/)](http://loot-api-python.readthedocs.io/) A Python module that wraps the LOOT API, generated by [pybind11](https://github.com/pybind/pybind11). Not everything in the API is exposed: coverage can be extended on request (or by pull request).