summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-10-25 11:44:06 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-10-25 11:44:06 -0700
commitaf9d10134f2e820e095ed8b8dadeba6f07909d13 (patch)
treeaca285b4896b22487c469149afbac26b7aad85a9
parentb7df94b8a419f7ed949421d22896286dc1b15233 (diff)
downloadparamiko-pytest.tar.gz
Make sure to use the coverage task on travis so it gets slow tests toopytest
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 19551cf1..b37239ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,8 +17,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!