Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2facc69 commit a42976cCopy full SHA for a42976c
1 file changed
ci/travis/test_script.sh
@@ -1,6 +1,6 @@
1
#! /bin/bash
2
3
-set -ev
+set -v
4
5
# This script is meant to be called by the "script" step defined in
6
# .travis.yml. See http://docs.travis-ci.com/ for more details.
@@ -18,6 +18,8 @@ fi
18
echo The following args are passed to pytest $PYTEST_ARGS $RUN_PEP8
19
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
20
pytest $PYTEST_ARGS $RUN_PEP8
21
+ exit $?
22
else
23
gdb -return-child-result -batch -ex r -ex bt --args python $PYTHON_ARGS -m pytest $PYTEST_ARGS $RUN_PEP8
24
25
fi
0 commit comments