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