8000
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.
2 parents fd48f3e + 6320da5 commit f6ebbc3Copy full SHA for f6ebbc3
ci/travis/test_script.sh
@@ -1,6 +1,6 @@
1
#! /bin/bash
2
3
-set -ev
+set -ex
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.
@@ -16,8 +16,5 @@ if [[ $DELETE_FONT_CACHE == 1 ]]; then
16
fi
17
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
-else
22
- gdb -return-child-result -batch -ex r -ex bt --args python $PYTHON_ARGS -m pytest $PYTEST_ARGS $RUN_PEP8
23
-fi
+
+pytest $PYTEST_ARGS $RUN_PEP8
0 commit comments