Skip to content

Commit

Permalink
Test coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkeshbadjatiya committed Jun 6, 2016
1 parent 5fb3416 commit c5f6ce7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: python
repo_token: bPD4wxdac2uDsd1IQOTSJFs6gFkvqFGuG
service_name: travis-ci

python:
- "2.6"
Expand All @@ -15,6 +17,8 @@ install:
script:
- nose2 --verbose --with-coverage

after_success:
- coveralls

notifications:
email:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ nose2
logging
future
cov-core
python-coveralls

0 comments on commit c5f6ce7

Please sign in to comment.