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 3dd02b8 commit d6e3f80Copy full SHA for d6e3f80
1 file changed
ci/travis/test_script.sh
@@ -16,16 +16,6 @@ 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
- exit $?
22
-else
23
- gdb -return-child-result -batch \
24
- -ex 'set disable-randomization off' \
25
- -ex r \
26
- -ex bt \
27
- --args python $PYTHON_ARGS -m pytest $PYTEST_ARGS $RUN_PEP8
28
- exit_val=$?
29
- echo "gdb exited with result $exit_val"
30
- exit $exit_val
31
-fi
+
+pytest $PYTEST_ARGS $RUN_PEP8
+exit $?
0 commit comments