language: python python: - "2.6" - "2.7" install: - pip install -q cython script: - python setup.py build_ext --inplace - nosetests