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