language: python
python:
    - "3.4"
install:
    - pip install -r requirements.txt
    - python setup.py build_ext --inplace
script: make test