summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-10-25 11:44:06 -0700
committerJeff Forcier <jeff@bitprophet.org>2018-09-17 14:50:12 -0700
commit0871b938a374b5af0ccb1260fce3af3aa4920320 (patch)
treef287681cb4b97ed88c5b0fe736e4b93fe1fca3a4
parent1fa48b482c2db097da2b69dcaa79b3f7db98f1f0 (diff)
downloadparamiko-0871b938a374b5af0ccb1260fce3af3aa4920320.tar.gz
Make sure to use the coverage task on travis so it gets slow tests too
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 30ddbff0..05876671 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,8 +26,8 @@ install:
- pip install codecov # For codecov specifically
- pip install -r dev-requirements.txt
script:
- # Main tests, w/ coverage!
- - inv test --coverage
+ # All (including slow) tests, w/ coverage!
+ - inv coverage
# Ensure documentation builds, both sites, maxxed nitpicking
- inv sites
# flake8 is now possible!