From 145a93d9ad323917bceb563f0208fc55136bf52f Mon Sep 17 00:00:00 2001 From: noah morrison Date: Tue, 18 Nov 2014 22:33:05 -0500 Subject: [PATCH] Added coveralls to travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.3