Update .travis.yml to use coveralls

This commit is contained in:
Florent Lebreton
2013-09-29 14:52:51 +02:00
parent 0de152f292
commit 202df097b0

View File

@@ -13,3 +13,7 @@ install:
- pip install coverage
script: coverage run quicktest.py jsignature
after_success:
- pip install coveralls
- coveralls