Commit 118f2491 authored by Stefan Behnel's avatar Stefan Behnel

include gdb tests in travis runs and install Python debug packages for them

parent 9e1f938e
......@@ -13,9 +13,14 @@ branches:
only:
- master
before_install:
- sudo apt-get update
- sudo apt-get install gdb python`python -c 'import sys; print("%d.%d" % sys.version_info[:2])'`-dbg
- dpkg -l | grep gdb
install: pip install .
script: CFLAGS="-O0 -ggdb" python runtests.py -vv
script: CFLAGS="-O0 -ggdb" python-dbg runtests.py -vv
matrix:
allow_failures:
......
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