Commit 2aaa6a6b authored by Stefan Behnel's avatar Stefan Behnel

try to fix travis build

--HG--
extra : transplant_source : s%10%909%A0X%06O%D6A%C6%DEEUM%80%15%3D%C7%83
parent d995b7c0
......@@ -22,7 +22,9 @@ before_install:
- sudo apt-get install gdb python$( python -c 'import sys; print("%d.%d" % sys.version_info[:2])' )-dbg || true
- dpkg -l | grep gdb || true
install: CFLAGS="-O2 -ggdb -Wall -Wextra" python setup.py build_ext -i
install:
- CFLAGS="-O2 -ggdb -Wall -Wextra" python setup.py build
- CFLAGS="-O2 -ggdb -Wall -Wextra" python setup.py build_ext -i
script:
- PYTHON_DBG="python$( python -c 'import sys; print("%d.%d" % sys.version_info[:2])' )-dbg"
......
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