Commit 98c807a3 authored by Stefan Behnel's avatar Stefan Behnel

disable debugger test in travis (currently crashing hard)

--HG--
extra : transplant_source : %10%00%9D%98%A4O%02%1A%ACs%3F%92gB%E2%21%7B%1Eo%C8
parent 2aaa6a6b
......@@ -28,7 +28,7 @@ install:
script:
- PYTHON_DBG="python$( python -c 'import sys; print("%d.%d" % sys.version_info[:2])' )-dbg"
- if $PYTHON_DBG -V >&2; then CFLAGS="-O0 -ggdb" $PYTHON_DBG runtests.py -vv Debugger --backends=$BACKEND; fi
- # if $PYTHON_DBG -V >&2; then CFLAGS="-O0 -ggdb" $PYTHON_DBG runtests.py -vv Debugger --backends=$BACKEND; fi
- CFLAGS="-O0 -ggdb -Wall -Wextra" python runtests.py -vv -x Debugger --backends=$BACKEND
matrix:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment