File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -163,15 +163,15 @@ script:
163163 - PATH=$VIRTUAL_ENV/bin:$PATH
164164 - export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH
165165 - python -c "import sys; print('python version ', sys.version)"
166- - if [[ "$TRAVIS_PYTHON_VERSION" != "2."* ]]; then
167- python -m pytest -r a
168- --durations=20
169- -W default
170- -W "ignore:SelectableGroups:DeprecationWarning"
171- -W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15"
172- -W "ignore:'U' mode::docutils.io"
173- -W "ignore:unclosed:ResourceWarning:roundup.roundup.demo"
174- -W "ignore:unclosed file:ResourceWarning:enum"
166+ - set -xv; if [[ "$TRAVIS_PYTHON_VERSION" != "2."* ]]; then
167+ python -m pytest -r a \
168+ --durations=20 \
169+ -W default \
170+ -W "ignore:SelectableGroups:DeprecationWarning" \
171+ -W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15" \
172+ -W "ignore:'U' mode::docutils.io" \
173+ -W "ignore:unclosed:ResourceWarning:roundup.roundup.demo" \
174+ -W "ignore:unclosed file:ResourceWarning:enum" \
175175 -v --maxfail=5 test/ --cov=roundup;
176176 fi
177177 - if [[ "$TRAVIS_PYTHON_VERSION" == "2."* ]]; then
You can’t perform that action at this time.
0 commit comments