Added sample badges to README.md
This commit is contained in:
parent
640b454ef9
commit
2faa26a3b7
2 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,7 @@ env:
|
|||
- TOXENV=py33
|
||||
- TOXENV=py34
|
||||
install:
|
||||
- pip install tox
|
||||
- pip install tox python-coveralls
|
||||
script:
|
||||
- tox
|
||||
after_success:
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
Dotbot
|
||||
======
|
||||
|
||||
[![Build Status](https://travis-ci.org/PacketPerception/dotbot.svg?branch=feature%2Fnew_tests)](https://travis-ci.org/PacketPerception/dotbot) [![Coverage Status](https://coveralls.io/repos/PacketPerception/dotbot/badge.svg?branch=feature%2Fnew_tests)](https://coveralls.io/r/PacketPerception/dotbot?branch=feature%2Fnew_tests)
|
||||
|
||||
|
||||
|
||||
Dotbot is a tool that bootstraps your dotfiles (it's a [Dot]files
|
||||
[bo]o[t]strapper, get it?). It does *less* than you think, because version
|
||||
control systems do more than you think.
|
||||
|
|
Loading…
Reference in a new issue