Commit 6c11f41f authored by Stefan Behnel's avatar Stefan Behnel

make travis use the correct "pythonX.Y-dbg" runtime

parent 118f2491
......@@ -20,7 +20,7 @@ before_install:
install: pip install .
script: CFLAGS="-O0 -ggdb" python-dbg runtests.py -vv
script: CFLAGS="-O0 -ggdb" python`python -c 'import sys; print("%d.%d" % sys.version_info[:2])'`-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