diff --git a/.travis.yml b/.travis.yml index 6907335f5..8215a9f8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/README.md b/README.md deleted file mode 120000 index 253de0ce1..000000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -doc/README.txt \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 000000000..ff80b8321 --- /dev/null +++ b/README.md @@ -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. diff --git a/doc/README.txt b/doc/README.txt deleted file mode 100644 index 83a2f944e..000000000 --- a/doc/README.txt +++ /dev/null @@ -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.