ENH(TST): remove -s from pytest run on travis -- floods too much

This commit is contained in:
Yaroslav Halchenko 2018-09-12 10:39:01 -04:00
parent 1bfcb11364
commit 74a4b184e9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ script:
COVERAGE="coverage run" ; COVERAGE="coverage run" ;
PYTEST=`which pytest`; PYTEST=`which pytest`;
fi fi
- $COVERAGE $PYTEST -s -v tests/ - $COVERAGE $PYTEST -v tests/
#notifications: #notifications:
# email: false # email: false