summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 43f3ef7705a98c9479a283266a700c9c6ee41084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: python
python:
 - "2.6"
 - "2.7"

install:
 - pip install -q cython

script:
 - python setup.py build_ext --inplace
 - nosetests