diff --git a/.travis.yml b/.travis.yml index 0d308970..44754af3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,11 @@ cache: pip before_install: - export BOTO_CONFIG=/dev/null install: + - pip install python-coveralls - pip install -r requirements.txt - pip install . # command to run tests script: - - sh test.sh \ No newline at end of file + - sh test.sh +after_success: + - coveralls \ No newline at end of file