summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2018-09-18 14:34:18 -0700
committerJeff Forcier <jeff@bitprophet.org>2018-09-18 14:34:18 -0700
commit238a862ccd5839c7537e49e4e5595239f7455382 (patch)
treef9c3871c8f8dd9b5273080653262017fedb033d0
parentf09a0d3853ab7848ed8cd16148ce95ff58e09e8a (diff)
downloadparamiko-238a862ccd5839c7537e49e4e5595239f7455382.tar.gz
Missing verbose/color for 2.6/3.3 backported pytest setup
Should be hitting all tests, including slow tests, by default still tho
-rw-r--r--.travis.yml2
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