Skip to content

Commit

Permalink
Added support for coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
rshk committed Dec 1, 2013
1 parent a1c0095 commit e3b0e5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
service_name: travis-pro
repo_token: qShsIPbTWCjC3cwov4B8EeSlrYnmguJdk
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Travis CI configuration for SmartRPyC
## Travis CI configuration for xk0/SmartRPyC

branches:
except:
Expand All @@ -22,6 +22,10 @@ install:

script: tox

after_success:
- pip install python-coveralls
- coveralls

matrix:
allow_failures:
- env: TOXENV=py31
Expand Down

0 comments on commit e3b0e5d

Please sign in to comment.