Commit bc04ebef authored by Stefan Behnel's avatar Stefan Behnel

reduce build overhead in travis

parent b2e33d69
......@@ -18,7 +18,7 @@ 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: pip install .
install: CFLAGS="-O2 -ggdb" pip install .
script:
- PYTHON="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