diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2013-04-04 22:35:01 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2013-04-04 22:39:13 -0400 |
commit | be26433f33310967f6859d01f9deeadbdec3b4b5 (patch) | |
tree | 49fb05e1e0e02dd8643885af202e59ad38000022 /.travis.yml | |
parent | 659fce973f7d345527d4ba868fad4dc49778e257 (diff) | |
download | sos-be26433f33310967f6859d01f9deeadbdec3b4b5.tar.gz |
Include coverage module during CI tests
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6ec6f01b..243ce2a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ env: - DEPS=false - DEPS=true install: + - "pip install nose nose-cov --use-mirrors" - "make gpgkey" - "DESTDIR=. make install" script: |