summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8cbebe76..4c7ad694 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,4 +6,7 @@ python:
- "3.4"
install:
- pip install -r requirements.txt
-script: python setup.py install
+ - pip install coveralls
+script:
+ - python setup.py install
+ - python unitest.py \ No newline at end of file