Commit 913d9a19 authored by Stefan Behnel's avatar Stefan Behnel

fix bash commands in travis script

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