Commit bfe111f7 authored by Stefan Behnel's avatar Stefan Behnel

print full Python version into travis logs (latest dev version seems outdated)

parent f9c263de
......@@ -35,6 +35,7 @@ branches:
- master
install:
- python -c 'import sys; print("Python %s" % (sys.version,))'
- CFLAGS="-O2 -ggdb -Wall -Wextra $(python -c 'import sys; print("-fno-strict-aliasing" if sys.version_info[0] == 2 else "")')" python setup.py build
before_script: ccache -s
......
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