diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-11 14:26:34 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-11 14:26:34 -0800 |
commit | 3a7b66a81451cf9d5d1f17d2b6fec8918c2ee41f (patch) | |
tree | 633a0ba24d0248d0d27a78bd4b7cebdcb8a3c821 /.travis.yml | |
parent | c7090c52de983746cbccfcb8213d1d18132ae5f2 (diff) | |
parent | 41d7339992a7141bd7499f5604f3db5b3389481e (diff) |
Merge branch '1.11' into 1.12
Conflicts:
sites/www/changelog.rst
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |