summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: cec04c27b25d16d1ba5273f1bcddb249882a69e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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