Skip to content

Commit

Permalink
Add coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
lavagetto committed Nov 1, 2015
1 parent a56b502 commit 7fa2116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ install:

# command to run tests
script:
PATH=$PATH:./etcd/bin bin/test
PATH=$PATH:./etcd/bin coverage run --source=src/etcd --omit="src/etcd/tests/*" bin/test

after_success: coveralls
# Add env var to detect it during build
env: TRAVIS=True
1 change: 1 addition & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ develop = .
eggs =
urllib3==1.7.1
pyOpenSSL==0.13.1
coveralls
${deps:extraeggs}

[python]
Expand Down

0 comments on commit 7fa2116

Please sign in to comment.