summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-11 09:31:43 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-11 09:31:43 -0800
commit2d3b13e91705a2940f8af0c3d363190bee85ea0d (patch)
tree35900c9dec4d42fb73e70734bbb77790e4e43444 /.travis.yml
parent675e30986e3aa2882093b8c983a93619f61a019d (diff)
Add coverage command as Invoke task
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index df7c225a..97165c47 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ install:
- pip install -r dev-requirements.txt
script:
# Main tests, with coverage!
- - coverage run --source=paramiko test.py --verbose
+ - invoke coverage
# Ensure documentation & invoke pipeline run OK.
# Run 'docs' first since its objects.inv is referred to by 'www'.
# Also force warnings to be errors since most of them tend to be actual