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