Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Remove shellcheck, add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
HairyFotr committed Jul 4, 2015
1 parent 13dcf0b commit 0bf5cb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
language:
- python
- haskell

python:
- "2.7"

install:
- pip install virtualenv
- pip install pep8 pyflakes pep257
- pip install bashate
- cabal install shellcheck
- pip install coveralls
- pip install codecov
- ./setup_venv

script:
- pep8 --ignore=E501,W503 src tests
- pyflakes src tests
- pep257 --ignore=D100,D101,D102,D103,D200,D205,D400 src tests
- bashate run run_daemon run_tests setup_venv
- shellcheck run run_daemon run_tests setup_venv
- ./run_tests

after_success:
coveralls
- coveralls
- codecov
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Botko - a simple IRC bot with some cool plugins [![Build Status](https://travis-ci.org/Psywerx/botko.svg?branch=master)](https://travis-ci.org/Psywerx/botko/builds) [![Dependency Status](https://www.versioneye.com/user/projects/5417525c69b273bcff0000df/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5417525c69b273bcff0000df) [![GitHub issues](https://img.shields.io/github/issues/psywerx/botko.svg)](https://github.com/Psywerx/botko/issues) [![Coverage Status](https://coveralls.io/repos/Psywerx/botko/badge.png)](https://coveralls.io/r/Psywerx/botko) [![Code Health](https://landscape.io/github/Psywerx/botko/master/landscape.svg)](https://landscape.io/github/Psywerx/botko/master) [![Scrutinizer](https://scrutinizer-ci.com/g/Psywerx/botko/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Psywerx/botko/?branch=master) [![Codacy Badge](https://www.codacy.com/project/badge/cc6934f4b32740ba9791d0efb3cf4f10)](https://www.codacy.com/public/hairyfotr/botko) [![Code Climate](https://codeclimate.com/github/Psywerx/botko/badges/gpa.svg)](https://codeclimate.com/github/Psywerx/botko) [![QuantifiedCode](http://www.quantifiedcode.com/api/v1/project/3e36564674de47f7876cdb4599e8271b/badge.svg)](http://www.quantifiedcode.com/app/project/3e36564674de47f7876cdb4599e8271b)
Botko - a simple IRC bot with some cool plugins [![Build Status](https://travis-ci.org/Psywerx/botko.svg?branch=master)](https://travis-ci.org/Psywerx/botko/builds) [![Dependency Status](https://www.versioneye.com/user/projects/5417525c69b273bcff0000df/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5417525c69b273bcff0000df) [![GitHub issues](https://img.shields.io/github/issues/psywerx/botko.svg)](https://github.com/Psywerx/botko/issues) [![Coverage Status](https://coveralls.io/repos/Psywerx/botko/badge.png)](https://coveralls.io/r/Psywerx/botko) [![codecov.io](https://codecov.io/github/psywerx/botko/coverage.svg?branch=master)](https://codecov.io/github/psywerx/botko?branch=master) [![Code Health](https://landscape.io/github/Psywerx/botko/master/landscape.svg)](https://landscape.io/github/Psywerx/botko/master) [![Scrutinizer](https://scrutinizer-ci.com/g/Psywerx/botko/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Psywerx/botko/?branch=master) [![Codacy Badge](https://www.codacy.com/project/badge/cc6934f4b32740ba9791d0efb3cf4f10)](https://www.codacy.com/public/hairyfotr/botko) [![Code Climate](https://codeclimate.com/github/Psywerx/botko/badges/gpa.svg)](https://codeclimate.com/github/Psywerx/botko) [![QuantifiedCode](http://www.quantifiedcode.com/api/v1/project/3e36564674de47f7876cdb4599e8271b/badge.svg)](http://www.quantifiedcode.com/app/project/3e36564674de47f7876cdb4599e8271b)
======================================

Plugins:
Expand Down

0 comments on commit 0bf5cb7

Please sign in to comment.