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" ;
|
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
|
||||||
|
|
Loading…
Reference in New Issue