diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-09-18 14:34:18 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-09-18 14:34:18 -0700 |
commit | 238a862ccd5839c7537e49e4e5595239f7455382 (patch) | |
tree | f9c3871c8f8dd9b5273080653262017fedb033d0 /.travis.yml | |
parent | f09a0d3853ab7848ed8cd16148ce95ff58e09e8a (diff) |
Missing verbose/color for 2.6/3.3 backported pytest setup
Should be hitting all tests, including slow tests, by default still tho
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 1e9af0a1..33563d1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ script: | if [[ $TRAVIS_PYTHON_VERSION == '2.6' || $TRAVIS_PYTHON_VERSION == '3.3' ]]; then flake8 - coverage run --source=paramiko -m pytest + coverage run --source=paramiko -m pytest --verbose --color=yes else inv travis.blacken flake8 |