Skip to content

Commit

Permalink
Merge e640d38 into d1324b4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikoleta-v3 committed Jan 30, 2019
2 parents d1324b4 + e640d38 commit 652da87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ install:
- pip install pytest
- pip install pytest-cov
- pip install isort
- pip install coveralls

script:
- pytest .
Expand All @@ -16,3 +17,6 @@ script:
- black . --check
- isort -rc . --check-only
- blackbook .

after_success:
- coveralls
5 changes: 3 additions & 2 deletions README.md
@@ -1,5 +1,6 @@
[![Build
Status](https://travis-ci.org/Nikoleta-v3/blackbook.svg?branch=master)](https://travis-ci.org/Nikoleta-v3/blackbook)
[![Build Status](https://travis-ci.org/Nikoleta-v3/blackbook.svg?branch=master)](https://travis-ci.org/Nikoleta-v3/blackbook)
[![Coverage Status](https://coveralls.io/repos/github/Nikoleta-v3/blackbook/badge.svg?branch=add-coverage-badge)](https://coveralls.io/github/Nikoleta-v3/blackbook?branch=add-coverage-badge)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2553363.svg)](https://doi.org/10.5281/zenodo.2553363)

# blackbook

Expand Down

0 comments on commit 652da87

Please sign in to comment.