From fd01f5cd45942d0603c21ee2d8fa558fb155a08e Mon Sep 17 00:00:00 2001 From: salimfadhley Date: Thu, 20 Jun 2013 01:20:11 +0100 Subject: [PATCH] Add coverage to travis routine --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 187e8ab..93ce8c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ install: - "python setup.py develop" - "easy_install mock" - "easy_install nose" + - "easy_install coverage" # command to run tests, e.g. python setup.py test script: - "nosetests jenkinsapi_tests" -- 2.7.4