Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #39 from MITLibraries/coverage
Browse files Browse the repository at this point in the history
Re-enabled coverage reporting
  • Loading branch information
Mike Graves committed May 27, 2015
2 parents 264d799 + fa9aa7c commit e79a487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -13,9 +13,8 @@ env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=coveralls
install:
- pip install tox
script:
- tox -e $TOX_ENV
after_success:
- tox -e coveralls
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -29,6 +29,7 @@ deps =
commands= py.test --cov=kepler {posargs}

[testenv:coveralls]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps =
coveralls
{[testenv:coverage]deps}
Expand Down

0 comments on commit e79a487

Please sign in to comment.