language: python
python:
- 2.6
- 2.7
- 3.2
before_install:
- pip install -q --use-mirrors cython
install:
- python setup.py build_ext --inplace
script: python setup.py test