language: python
python:
- "3.4"
install:
- python setup.py develop
- pip install -r requirements.txt
script: py.test