diff --git a/.travis.yml b/.travis.yml index 83bba90..99366f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ script: COVERAGE="coverage run" ; PYTEST=`which pytest`; fi - - $COVERAGE $PYTEST -s -v tests/ + - $COVERAGE $PYTEST -v tests/ #notifications: # email: false