Skip to content

Commit

Permalink
check if got coverage from rpc server
Browse files Browse the repository at this point in the history
  • Loading branch information
F483 committed Feb 5, 2016
1 parent db420c2 commit 00216ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ script:
- pep8 storjterms
- pep8 tests
- bash -c "source <(curl -s https://raw.githubusercontent.com/Storj/storjspec/master/test_storjterms_compatibility.sh)"
- travis_wait coverage run --source="storjterms" setup.py test
#- coverage report --fail-under=80
- travis_wait python setup.py test
#- travis_wait coverage run --source="storjterms" setup.py test
- coverage report

after_success:
- coveralls
Expand Down

0 comments on commit 00216ed

Please sign in to comment.