Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Test moving to coveralls #22

Merged
merged 3 commits into from
Oct 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ python:
install: "pip install -r requirements.txt"
script:
- "make test-travis"
after_success:
- coveralls
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
⎔ Honeycomb

![Coverage](https://img.shields.io/badge/coverage-96%25-brightgreen.svg) ![Travis CI](https://travis-ci.org/OpenFurry/honeycomb.svg?branch=master)
![Travis CI](https://travis-ci.org/OpenFurry/honeycomb.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/OpenFurry/honeycomb/badge.svg?branch=master)](https://coveralls.io/github/OpenFurry/honeycomb?branch=master)

⎄ Honeycomb is a site designed specifically for the written word, aiming
to provide the best experience for both authors and readers.
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
configparser==3.5.0
coverage==4.2
coverage==4.0.3
coverage-badge==0.1.2
Django==1.10.2
django-nose==1.4.4
Expand All @@ -13,4 +13,8 @@ Pillow==3.4.1
pycodestyle==2.0.0
pyflakes==1.2.3
pymdown-extensions==1.1
python-coveralls==2.9.0
PyYAML==3.12
requests==2.11.1
six==1.10.0
wheel==0.24.0