Commit 263cf11d authored by Stefan Behnel's avatar Stefan Behnel

show python-dbg version on stderr

parent 5f646451
......@@ -22,7 +22,7 @@ install: pip install .
script:
- PYTHON="`python$((python -c 'import sys; print("%d.%d" % sys.version_info[:2])'))-dbg`"
- CFLAGS="-O0 -ggdb" $(($PYTHON -V >/dev/null && echo $PYTHON || echo python)) runtests.py -vv
- CFLAGS="-O0 -ggdb" $(($PYTHON -V >&2 && echo $PYTHON || echo 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