summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 7b5cb49f84f014acf610c36abef889694e3d81fc (plain)
1
2
3
4
5
6
7
8
9
language: python
python:
    - "3.5"
install:
    - pip install -r requirements.txt
    - python setup.py build_ext --inplace
    - python setup.py install
script: make test