summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4ff73548..d002950f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,7 +48,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