Commit e3539660 authored by Stefan Behnel's avatar Stefan Behnel

Update travis config (following master changes).

parent 5d1d8bdd
language: python
dist: trusty
sudo: false
cache:
pip: true
directories:
......@@ -33,6 +34,7 @@ env:
branches:
only:
- master
- release
install:
- CFLAGS="-O2 -ggdb -Wall -Wextra $(python -c 'import sys; print("-fno-strict-aliasing" if sys.version_info[0] == 2 else "")')" python setup.py build
......
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