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

install:
 - pip install cython

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