Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into doc
  • Loading branch information
Kasulejoseph committed Oct 6, 2018
2 parents 05a6fc5 + 43690ef commit cbb5df9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ before_script:

install:
- pip install -r requirements.txt
- pip install python-nose

script:
- nosetests -v --with-coverage --cover-package="app"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Database to back end the fast food fast api
# Build status
[![Build Status](https://travis-ci.com/Kasulejoseph/fast-food-fast-db.svg?branch=develop)](https://travis-ci.com/Kasulejoseph/fast-food-fast-db)
[![Maintainability](https://api.codeclimate.com/v1/badges/0259c2b03a263108f0ac/maintainability)](https://codeclimate.com/github/Kasulejoseph/fast-food-fast-db/maintainability)
[![Coverage Status](https://coveralls.io/repos/github/Kasulejoseph/fast-food-fast-db/badge.svg)](https://coveralls.io/github/Kasulejoseph/fast-food-fast-db)
[![Coverage Status](https://coveralls.io/repos/github/Kasulejoseph/fast-food-fast-db/badge.svg?branch=develop)](https://coveralls.io/github/Kasulejoseph/fast-food-fast-db?branch=develop)
## Prerequisites
``` - Python3.6
- Flask
Expand Down

0 comments on commit cbb5df9

Please sign in to comment.