diff --git a/.travis.yml b/.travis.yml
index 39d0c01d3d0ec3d3f3021d041c1ab342c1f11224..566dd8d3cfe395a2a44e552298a14d95767bc2d6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,9 @@ python:
 before_install:
  - bash ci/libsodium.sh
 install:
-  - pip install -r requirements.txt
+ - pip install -r requirements.txt
 # command to run tests
-script: python setup.py test
\ No newline at end of file
+script:
+ - coverage run --source=ucoinpy setup.py test
+after_success:
+ - coveralls
\ No newline at end of file