Commit 04923e45 authored by Stefan Behnel's avatar Stefan Behnel

Python runtimes are still called 'python' in travis, not python-dbg

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