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