Skip to content

Commit

Permalink
coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Brandoff committed Sep 24, 2014
1 parent 4e35143 commit a7c4d36
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: python
env:
- TOXENV=py27
- TOXENV=py34
- TOXENV=coverage
install:
- travis_retry pip install -e '.[develop]'
script:
Expand Down
1 change: 1 addition & 0 deletions README.md
@@ -1,6 +1,7 @@
plowshare-wrapper
=================
[![Build Status](https://travis-ci.org/Storj/plowshare-wrapper.svg)](https://travis-ci.org/Storj/plowshare-wrapper)
[![Coverage Status](https://coveralls.io/repos/Storj/plowshare-wrapper/badge.png)](https://coveralls.io/r/Storj/plowshare-wrapper)

Python wrapper for managing multi-host uploads and downloads using
[plowshare](https://code.google.com/p/plowshare/). After uploading it returns
Expand Down
8 changes: 8 additions & 0 deletions tox.ini
Expand Up @@ -8,3 +8,11 @@ setenv =
deps = pytest
pytest-cov
commands = py.test -v --cov-report=term-missing --cov=plowshare {posargs}

[testenv:coverage]
commands =
coverage run --source=plowshare
coveralls
deps =
coverage
coveralls

0 comments on commit a7c4d36

Please sign in to comment.