updated travis.yml

main
Michael Herman 2015-11-06 13:29:52 -07:00
parent 3d9b97eb6a
commit f16cd5eff6
2 changed files with 5 additions and 0 deletions

View File

@ -11,3 +11,6 @@ install:
script:
- python manage.py cov
after_success:
coveralls

View File

@ -4,6 +4,8 @@ Flask starter project...
[![Build Status](https://travis-ci.org/realpython/flask-skeleton.svg?branch=master)](https://travis-ci.org/realpython/flask-skeleton)
[![Coverage Status](https://coveralls.io/repos/realpython/flask-skeleton/badge.svg?branch=master&service=github)](https://coveralls.io/github/realpython/flask-skeleton?branch=master)
## Quick Start
### Basics