language: python python: - "2.6" - "2.7" install: - sudo apt-get install cython script: - python setup.py build_ext --inplace - cd test - nosetests