ENH(TST): remove -s from pytest run on travis -- floods too much
This commit is contained in:
parent
1bfcb11364
commit
74a4b184e9
|
@ -43,7 +43,7 @@ script:
|
|||
COVERAGE="coverage run" ;
|
||||
PYTEST=`which pytest`;
|
||||
fi
|
||||
- $COVERAGE $PYTEST -s -v tests/
|
||||
- $COVERAGE $PYTEST -v tests/
|
||||
|
||||
#notifications:
|
||||
# email: false
|
||||
|
|
Loading…
Reference in New Issue