Skip to content

Commit

Permalink
Make major corrections in tests, build and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
pablerass committed Jan 26, 2016
1 parent a3c05f0 commit 4f903f2
Show file tree
Hide file tree
Showing 10 changed files with 319 additions and 299 deletions.
5 changes: 5 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[report]
omit =
*/python?.?/*
*/site-packages/nose/*
test/*
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ python:
- "3.4"
- "3.5"
install:
- "pip install -r requirements.txt -r requirements-dev.txt"
script: nosetest
- pip install -r requirements.txt -r requirements-dev.txt
script:
- nosetests --with-coverage
after_success:
- coveralls
deploy:
provider: pypi
user: pablerass
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Redirector

[![Coverage Status](https://coveralls.io/repos/github/pablerass/redirector/badge.svg?branch=devel)](https://coveralls.io/github/pablerass/redirector?branch=devel)
[![Build Status](https://travis-ci.org/pablerass/redirector.svg?branch=master)](https://travis-ci.org/pablerass/redirector)
[![Documentation Status](https://readthedocs.org/projects/redirector/badge/?version=latest)](http://redirector.readthedocs.org/en/latest/?badge=latest)

0 comments on commit 4f903f2

Please sign in to comment.