From abfd14d0f0e52ecf3e3777e07712aaf7885a3124 Mon Sep 17 00:00:00 2001 From: Dave Shawley <daves@aweber.com> Date: Tue, 19 Jan 2016 11:14:53 -0500 Subject: [PATCH] .travis.yml: Add --with-coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c0454c8..bd1c769 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: - pip install -r requires/testing.txt install: - pip install -e . -script: nosetests +script: nosetests --with-coverage after_success: - codecov sudo: false