matrix:
include:
- language: c
compiler: gcc
script: make
compiler: clang
- language: python
python: "2.7"
before_install: sudo apt-get install cython
script: python setup.py build_ext