Add Coveralls to Travis, badges in README.
This commit is contained in:
parent
c4fcd985dd
commit
bb55f13ff4
3 changed files with 22 additions and 19 deletions
|
@ -10,14 +10,14 @@ addons:
|
|||
apt:
|
||||
packages:
|
||||
- libjpeg-dev
|
||||
code_climate:
|
||||
repo_token: 2a411f596959fc32f5d73f3ba7cef8cc4d5733299d742dbfc97fd6c190b9010c
|
||||
# command to install dependencies
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install pytest-xdist pytest-cov
|
||||
- pip install pytest-xdist pytest-cov coveralls
|
||||
# command to run tests
|
||||
script: make test PYTESTOPTS="--cov=dosage --cov=dosagelib --tb=short -n10"
|
||||
after_success:
|
||||
coveralls
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
doc/README.txt
|
19
README.md
Normal file
19
README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
Dosage
|
||||
======
|
||||
|
||||
[![Build Status](https://travis-ci.org/webcomics/dosage.svg?branch=master)](https://travis-ci.org/webcomics/dosage)
|
||||
[![Code Climate](https://codeclimate.com/github/webcomics/dosage/badges/gpa.svg)](https://codeclimate.com/github/webcomics/dosage)
|
||||
[![Coverage Status](https://coveralls.io/repos/github/webcomics/dosage/badge.svg?branch=master)](https://coveralls.io/github/webcomics/dosage?branch=master)
|
||||
|
||||
Dosage is a comic strip downloader and archiver.
|
||||
|
||||
Dosage is designed to keep a local copy of specific webcomics and other
|
||||
picture-based content such as Picture of the Day sites. With the dosage
|
||||
commandline script you can get the latest strip of a webcomic, or catch-up to
|
||||
the last strip downloaded, or download a strip for a particular date/index (if
|
||||
the webcomic's site layout allows this).
|
||||
|
||||
Multiple webcomics can be downloaded in parallel, making the update of comic
|
||||
strips faster.
|
||||
|
||||
See http://dosage.rocks/ for more info.
|
|
@ -1,15 +0,0 @@
|
|||
Dosage
|
||||
======
|
||||
|
||||
Dosage is a comic strip downloader and archiver.
|
||||
|
||||
Dosage is designed to keep a local copy of specific webcomics and other
|
||||
picture-based content such as Picture of the Day sites. With the dosage
|
||||
commandline script you can get the latest strip of a webcomic, or catch-up to
|
||||
the last strip downloaded, or download a strip for a particular date/index (if
|
||||
the webcomic's site layout allows this).
|
||||
|
||||
Multiple webcomics can be downloaded in parallel, making the update of comic
|
||||
strips faster.
|
||||
|
||||
See http://dosage.rocks/ for more info.
|
Loading…
Reference in a new issue