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