summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a832b12..c652e8d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,14 @@ python:
- "2.7"
# command to install dependencies
-install: "pip install -r requirements.txt"
+install:
+ - "pip install -r requirements.txt"
+ - "pip install coveralls"
# command to run tests
-script: "make test" \ No newline at end of file
+script:
+ - make test-coverage
+
+# Coveralls
+after-success:
+ - coveralls