summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorsalimfadhley <sal@stodge.org>2013-06-20 01:20:11 +0100
committersalimfadhley <sal@stodge.org>2013-06-20 01:20:11 +0100
commitfd01f5cd45942d0603c21ee2d8fa558fb155a08e (patch)
tree473fda58b589a45f08fd60beb46510fd5732962b /.travis.yml
parentccf94b9654f58b257275506e3b47a31c0b9ea9f7 (diff)
downloadpython-jenkinsapi-fd01f5cd45942d0603c21ee2d8fa558fb155a08e.tar.gz
python-jenkinsapi-fd01f5cd45942d0603c21ee2d8fa558fb155a08e.tar.bz2
python-jenkinsapi-fd01f5cd45942d0603c21ee2d8fa558fb155a08e.zip
Add coverage to travis routine
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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"