summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-07-24 21:50:09 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-07-24 21:50:09 +1000
commited49a5c793b47e8b8e701a06a4372770babb950d (patch)
treee1b9e68cea49832341f6b6ae01db03a483a2a9ff
parent57ca70d1fdb82d1179ade734141aa0e5f3f69fb9 (diff)
general: Remove coverage.
-rw-r--r--.travis.yml7
-rw-r--r--README.md2
2 files changed, 3 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index c420e8e..36c9a18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,12 +7,9 @@ before_install:
- sudo apt-get install -y imagemagick
install:
- - pip install flake8 pylint codecov
+ - pip install flake8 pylint
script:
- flake8 pywal tests setup.py
- pylint pywal tests setup.py
- - coverage run --source=pywal/ ./setup.py test
-
-after_success:
-- codecov
+ - python setup.py test
diff --git a/README.md b/README.md
index f7c2cf5..ebeaff5 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# pywal (A `wal` rewrite in Python 3)
-[![PyPI](https://img.shields.io/pypi/v/pywal.svg)](https://pypi.python.org/pypi/pywal/) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) [![Build Status](https://travis-ci.org/dylanaraps/pywal.svg?branch=master)](https://travis-ci.org/dylanaraps/pywal) [![Coverage](https://img.shields.io/codecov/c/github/dylanaraps/pywal/master.svg)](https://codecov.io/gh/dylanaraps/pywal)
+[![PyPI](https://img.shields.io/pypi/v/pywal.svg)](https://pypi.python.org/pypi/pywal/) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) [![Build Status](https://travis-ci.org/dylanaraps/pywal.svg?branch=master)](https://travis-ci.org/dylanaraps/pywal)
**\[[Installation](https://github.com/dylanaraps/pywal/wiki/Installation)\] \[[Getting Started](https://github.com/dylanaraps/pywal/wiki/Getting-Started)\] \[[Customization](https://github.com/dylanaraps/pywal/wiki/Customization)\] \[[Wiki](https://github.com/dylanaraps/pywal/wiki)\]**