Add coverage to travis routine
authorsalimfadhley <sal@stodge.org>
Thu, 20 Jun 2013 00:20:11 +0000 (01:20 +0100)
committerSalim Fadhley <sal@stodge.org>
Sun, 23 Jun 2013 20:21:53 +0000 (21:21 +0100)
.travis.yml

index 187e8ab..93ce8c3 100644 (file)
@@ -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"