general: Remove coverage.

This commit is contained in:
Dylan Araps 2017-07-24 21:50:09 +10:00
parent 57ca70d1fd
commit ed49a5c793
2 changed files with 3 additions and 6 deletions

View File

@ -7,12 +7,9 @@ before_install:
- sudo apt-get install -y imagemagick - sudo apt-get install -y imagemagick
install: install:
- pip install flake8 pylint codecov - pip install flake8 pylint
script: script:
- flake8 pywal tests setup.py - flake8 pywal tests setup.py
- pylint pywal tests setup.py - pylint pywal tests setup.py
- coverage run --source=pywal/ ./setup.py test - python setup.py test
after_success:
- codecov

View File

@ -1,6 +1,6 @@
# pywal (A `wal` rewrite in Python 3) # 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)\]** **\[[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)\]**