From: noah morrison Date: Wed, 19 Nov 2014 03:33:05 +0000 (-0500) Subject: Added coveralls to travis X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=145a93d9ad323917bceb563f0208fc55136bf52f;p=chevron.git Added coveralls to travis --- diff --git a/.travis.yml b/.travis.yml index 62da164..c0fc4dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,10 @@ python: - "3.4" install: - pip install pep8 + - pip install coveralls script: - pep8 . - ./test_spec.py + - coverage -x ./test_spec.py +after-success: + - coveralls